Html Css Color HEX #9C99CC Blue Bell

📋 copy color: '#9C99CC'

red 156 ◦ green 153 ◦ blue 204

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

Shades of Blue Bell #9C99CC

Tints of Blue Bell #9C99CC

RGB

 RED value IS 156 (61.33% from 255) = 30.41%

 GREEN value IS 153 (60.16% from 255) = 29.82%

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

R = 30.41%
G = 29.82%
B = 39.77%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C99CC (or 0x9C99CC) is known color: Blue Bell. HEX triplet: 9C, 99 and CC. RGB value is (156,153,204). Sum of RGB (Red+Green+Blue) = 156+153+204=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99CC is #636633. Grayscale: #9F9F9F. Windows color (decimal): -6514228 or 13408668. OLE color: 13408668.

HSL color Cylindrical-coordinate representation of color #9C99CC: hue angle of 243.53º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C99CC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 153 204 -
CMYK 0.24 0.25 0 0.2
HSL 243.53º 0.33% 0.7% -
HSV(B) 243.53º 0.25% 0.8% -
XYZ 36 34.21 61.83 -
YUV 159.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 156 153 204 0.24 0.25 0 0.2 243.53 0.33 0.7
Hex 9C 99 CC 18 19 0 14 F4 21 46
Octal 234 231 314 30 31 0 24 364 41 106
Binary 10011100 10011001 11001100 11000 11001 0 10100 11110100 100001 1000110

Color Harmonies of #9C99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C99CC

Black with #9C99CC

Text Example


Text Example

White with #9C99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C99CC; }

 p { color: rgb(156,153,204); }

 H1.HeaderClassName
 {
   color: #9C99CC;
 }
 .AnyTagClassName
 {
   color: #9C99CC;
 }
</style>

background-color css

<style>
 a { background-color: #9C99CC; }

 a { background-color: rgb(156,153,204); }

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

border-color css

<style>
 span { border-color: #9C99CC; }

 span { border-color: rgb(156,153,204); }

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