#9C9ECB

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

Shades of Blue Bell #9C9ECB

Tints of Blue Bell #9C9ECB

Color information

#9C9ECB (or 0x9C9ECB) is unknown color: approx Blue Bell. HEX triplet: 9C, 9E and CB. RGB value is (156,158,203). Sum of RGB (Red+Green+Blue) = 156+158+203=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ECB is #636134. Grayscale: #A2A2A2. Windows color (decimal): -6512949 or 13344412. OLE color: 13344412.

HSL color Cylindrical-coordinate representation of color #9C9ECB: hue angle of 237.45º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C9ECB is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156158203-
CMYK0.230.2200.20
HSL237.45º31.13%70.39%-
HSV(B)237.45º23.15%79.61%-
XYZ36.7235.8361.48-
YUV162.53150.84123.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=30.17%
G=30.56%
B=39.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561582030.230.2200.20237.4531.1370.39
Hex9C9ECB1716014ed1f46
Octal234236313272602435537106
Binary100111001001111011001011101111011001010011101101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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