Html Css Color HEX #9E9FCD Blue Bell

📋 copy color: '#9E9FCD'

red 158 ◦ green 159 ◦ blue 205

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

Shades of Blue Bell #9E9FCD

Tints of Blue Bell #9E9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.46%

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 30.27%
G = 30.46%
B = 39.27%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E9FCD (or 0x9E9FCD) is known color: Blue Bell. HEX triplet: 9E, 9F and CD. RGB value is (158,159,205). Sum of RGB (Red+Green+Blue) = 158+159+205=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FCD is #616032. Grayscale: #A3A3A3. Windows color (decimal): -6381619 or 13475742. OLE color: 13475742.

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

Color convert

RGB 158 159 205 -
CMYK 0.23 0.22 0 0.20
HSL 238.72º 0.32% 0.71% -
HSV(B) 238.72º 0.23% 0.8% -
XYZ 37.52 36.47 62.82 -
YUV 163.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 158 159 205 0.23 0.22 0 0.20 238.72 0.32 0.71
Hex 9E 9F CD 17 16 0 14 EF 20 47
Octal 236 237 315 27 26 0 24 357 40 107
Binary 10011110 10011111 11001101 10111 10110 0 10100 11101111 100000 1000111

Color Harmonies of #9E9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9FCD

Black with #9E9FCD

Text Example


Text Example

White with #9E9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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