#9E9FCC

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

Shades of Blue Bell #9E9FCC

Tints of Blue Bell #9E9FCC

Color information

#9E9FCC (or 0x9E9FCC) is unknown color: approx Blue Bell. HEX triplet: 9E, 9F and CC. RGB value is (158,159,204). Sum of RGB (Red+Green+Blue) = 158+159+204=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FCC is #616033. Grayscale: #A3A3A3. Windows color (decimal): -6381620 or 13410206. OLE color: 13410206.

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

Color convert

RGB158159204-
CMYK0.230.2200.2
HSL238.7º31.08%70.98%-
HSV(B)238.7º22.55%80%-
XYZ37.436.4362.19-
YUV163.83150.67123.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.33%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=30.33%
G=30.52%
B=39.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581592040.230.2200.2238.731.0870.98
Hex9E9FCC1716014ef1f47
Octal236237314272602435737107
Binary100111101001111111001100101111011001010011101111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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