#9E9FCB

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

Shades of Blue Bell #9E9FCB

Tints of Blue Bell #9E9FCB

Color information

#9E9FCB (or 0x9E9FCB) is unknown color: approx Blue Bell. HEX triplet: 9E, 9F and CB. RGB value is (158,159,203). Sum of RGB (Red+Green+Blue) = 158+159+203=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FCB is #616034. Grayscale: #A3A3A3. Windows color (decimal): -6381621 or 13344670. OLE color: 13344670.

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

Color convert

RGB158159203-
CMYK0.220.2200.20
HSL238.67º30.2%70.78%-
HSV(B)238.67º22.17%79.61%-
XYZ37.2836.3861.56-
YUV163.72150.17123.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.38%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=30.38%
G=30.58%
B=39.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581592030.220.2200.20238.6730.270.78
Hex9E9FCB1616014ef1e47
Octal236237313262602435736107
Binary100111101001111111001011101101011001010011101111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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