Html Css Color HEX #9698CC Blue Bell

📋 copy color: '#9698CC'

red 150 ◦ green 152 ◦ blue 204

#9698CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9698CC

Tints of Blue Bell #9698CC

RGB

 RED value IS 150 (58.98% from 255) = 29.64%

 GREEN value IS 152 (59.77% from 255) = 30.04%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 29.64%
G = 30.04%
B = 40.32%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9698CC (or 0x9698CC) is known color: Blue Bell. HEX triplet: 96, 98 and CC. RGB value is (150,152,204). Sum of RGB (Red+Green+Blue) = 150+152+204=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #9698CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698CC is #696733. Grayscale: #9D9D9D. Windows color (decimal): -6907700 or 13408406. OLE color: 13408406.

HSL color Cylindrical-coordinate representation of color #9698CC: hue angle of 237.78º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9698CC is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 152 204 -
CMYK 0.26 0.25 0 0.2
HSL 237.78º 0.35% 0.69% -
HSV(B) 237.78º 0.26% 0.8% -
XYZ 34.71 33.3 61.73 -
YUV 157.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 150 152 204 0.26 0.25 0 0.2 237.78 0.35 0.69
Hex 96 98 CC 1A 19 0 14 EE 23 45
Octal 226 230 314 32 31 0 24 356 43 105
Binary 10010110 10011000 11001100 11010 11001 0 10100 11101110 100011 1000101

Color Harmonies of #9698CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9698CC

Black with #9698CC

Text Example


Text Example

White with #9698CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9698CC; }

 p { color: rgb(150,152,204); }

 H1.HeaderClassName
 {
   color: #9698CC;
 }
 .AnyTagClassName
 {
   color: #9698CC;
 }
</style>

background-color css

<style>
 a { background-color: #9698CC; }

 a { background-color: rgb(150,152,204); }

 div.DivClassName
 {
   background-color: #9698CC;
 }
 .BgClassName
 {
   background-color: #9698CC;
 }
</style>

border-color css

<style>
 span { border-color: #9698CC; }

 span { border-color: rgb(150,152,204); }

 td.TdClassName
 {
   border-color: #9698CC;
 }
 .TagClassName
 {
   border-color: #9698CC;
 }
</style>