Html Css Color HEX #9E9FCC Blue Bell

📋 copy color: '#9E9FCC'

red 158 ◦ green 159 ◦ blue 204

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

Shades of Blue Bell #9E9FCC

Tints of Blue Bell #9E9FCC

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 value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E9FCC (or 0x9E9FCC) is known color: 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

RGB 158 159 204 -
CMYK 0.23 0.22 0 0.2
HSL 238.7º 0.31% 0.71% -
HSV(B) 238.7º 0.23% 0.8% -
XYZ 37.4 36.43 62.19 -
YUV 163.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 158 159 204 0.23 0.22 0 0.2 238.7 0.31 0.71
Hex 9E 9F CC 17 16 0 14 EF 1F 47
Octal 236 237 314 27 26 0 24 357 37 107
Binary 10011110 10011111 11001100 10111 10110 0 10100 11101111 11111 1000111

Color Harmonies of #9E9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9FCC

Black with #9E9FCC

Text Example


Text Example

White with #9E9FCC

Text Example


Text Example

HTML Codes & Css Web 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>