Html Css Color HEX #9E9ECB Blue Bell

📋 copy color: '#9E9ECB'

red 158 ◦ green 158 ◦ blue 203

#9E9ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9E9ECB

Tints of Blue Bell #9E9ECB

RGB

 RED value IS 158 (62.11% from 255) = 30.44%

 GREEN value IS 158 (62.11% from 255) = 30.44%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 30.44%
G = 30.44%
B = 39.11%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E9ECB (or 0x9E9ECB) is known color: Blue Bell. HEX triplet: 9E, 9E and CB. RGB value is (158,158,203). Sum of RGB (Red+Green+Blue) = 158+158+203=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ECB is #616134. Grayscale: #A2A2A2. Windows color (decimal): -6381877 or 13344414. OLE color: 13344414.

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

Color convert

RGB 158 158 203 -
CMYK 0.22 0.22 0 0.20
HSL 240º 0.3% 0.71% -
HSV(B) 240º 0.22% 0.8% -
XYZ 37.11 36.03 61.5 -
YUV 163.13 150.5 124.34 -
System Red Green Blue C M Y K H S L
Decimal 158 158 203 0.22 0.22 0 0.20 240 0.3 0.71
Hex 9E 9E CB 16 16 0 14 F0 1E 47
Octal 236 236 313 26 26 0 24 360 36 107
Binary 10011110 10011110 11001011 10110 10110 0 10100 11110000 11110 1000111

Color Harmonies of #9E9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9ECB

Black with #9E9ECB

Text Example


Text Example

White with #9E9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E9ECB;
 }
 .AnyTagClassName
 {
   color: #9E9ECB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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