#9C9CCA

Color #9C9CCA Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9C9CCA

Tints of Blue Bell #9C9CCA

Color information

#9C9CCA (or 0x9C9CCA) is unknown color: approx Blue Bell. HEX triplet: 9C, 9C and CA. RGB value is (156,156,202). Sum of RGB (Red+Green+Blue) = 156+156+202=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CCA is #636335. Grayscale: #A1A1A1. Windows color (decimal): -6513462 or 13278364. OLE color: 13278364.

HSL color Cylindrical-coordinate representation of color #9C9CCA: hue angle of 240º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C9CCA is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156156202-
CMYK0.230.2300.21
HSL240º30.26%70.2%-
HSV(B)240º22.77%79.22%-
XYZ36.2635.1160.74-
YUV161.24151124.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.35%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=30.35%
G=30.35%
B=39.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561562020.230.2300.2124030.2670.2
Hex9C9CCA1717015f01e46
Octal234234312272702536036106
Binary100111001001110011001010101111011101010111110000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C9CCA;
 }
 .AnyTagClassName
 {
   color: #9C9CCA;
 }
</style>
background-color css

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

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

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

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

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

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