#9C9ECA

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

Shades of Blue Bell #9C9ECA

Tints of Blue Bell #9C9ECA

Color information

#9C9ECA (or 0x9C9ECA) is unknown color: approx Blue Bell. HEX triplet: 9C, 9E and CA. RGB value is (156,158,202). Sum of RGB (Red+Green+Blue) = 156+158+202=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C9ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ECA is #636135. Grayscale: #A2A2A2. Windows color (decimal): -6512950 or 13278876. OLE color: 13278876.

HSL color Cylindrical-coordinate representation of color #9C9ECA: hue angle of 237.39º 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 #9C9ECA is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156158202-
CMYK0.230.2200.21
HSL237.39º30.26%70.2%-
HSV(B)237.39º22.77%79.22%-
XYZ36.635.7960.86-
YUV162.42150.34123.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.23%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=30.23%
G=30.62%
B=39.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561582020.230.2200.21237.3930.2670.2
Hex9C9ECA1716015ed1e46
Octal234236312272602535536106
Binary100111001001111011001010101111011001010111101101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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