Html Css Color HEX #9C9CCC Blue Bell

📋 copy color: '#9C9CCC'

red 156 ◦ green 156 ◦ blue 204

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

Shades of Blue Bell #9C9CCC

Tints of Blue Bell #9C9CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.23%

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

R = 30.23%
G = 30.23%
B = 39.53%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C9CCC (or 0x9C9CCC) is known color: Blue Bell. HEX triplet: 9C, 9C and CC. RGB value is (156,156,204). Sum of RGB (Red+Green+Blue) = 156+156+204=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CCC is #636333. Grayscale: #A1A1A1. Windows color (decimal): -6513460 or 13409436. OLE color: 13409436.

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

Color convert

RGB 156 156 204 -
CMYK 0.24 0.24 0 0.2
HSL 240º 0.32% 0.71% -
HSV(B) 240º 0.24% 0.8% -
XYZ 36.5 35.2 62 -
YUV 161.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 156 156 204 0.24 0.24 0 0.2 240 0.32 0.71
Hex 9C 9C CC 18 18 0 14 F0 20 47
Octal 234 234 314 30 30 0 24 360 40 107
Binary 10011100 10011100 11001100 11000 11000 0 10100 11110000 100000 1000111

Color Harmonies of #9C9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9CCC

Black with #9C9CCC

Text Example


Text Example

White with #9C9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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