#9E9FCE

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

Shades of Blue Bell #9E9FCE

Tints of Blue Bell #9E9FCE

Color information

#9E9FCE (or 0x9E9FCE) is unknown color: approx Blue Bell. HEX triplet: 9E, 9F and CE. RGB value is (158,159,206). Sum of RGB (Red+Green+Blue) = 158+159+206=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FCE is #616031. Grayscale: #A3A3A3. Windows color (decimal): -6381618 or 13541278. OLE color: 13541278.

HSL color Cylindrical-coordinate representation of color #9E9FCE: hue angle of 238.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E9FCE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB158159206-
CMYK0.230.2300.19
HSL238.75º32.88%71.37%-
HSV(B)238.75º23.3%80.78%-
XYZ37.6436.5263.46-
YUV164.06151.67123.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=30.21%
G=30.40%
B=39.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581592060.230.2300.19238.7532.8871.37
Hex9E9FCE1717013ef2147
Octal236237316272702335741107
Binary1001111010011111110011101011110111010011111011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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