Html Css Color HEX #9E9DCD Blue Bell

📋 copy color: '#9E9DCD'

red 158 ◦ green 157 ◦ blue 205

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

Shades of Blue Bell #9E9DCD

Tints of Blue Bell #9E9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

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

R = 30.38%
G = 30.19%
B = 39.42%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E9DCD (or 0x9E9DCD) is known color: Blue Bell. HEX triplet: 9E, 9D and CD. RGB value is (158,157,205). Sum of RGB (Red+Green+Blue) = 158+157+205=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DCD is #616232. Grayscale: #A2A2A2. Windows color (decimal): -6382131 or 13475230. OLE color: 13475230.

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

Color convert

RGB 158 157 205 -
CMYK 0.23 0.23 0 0.20
HSL 241.25º 0.32% 0.71% -
HSV(B) 241.25º 0.23% 0.8% -
XYZ 37.18 35.79 62.71 -
YUV 162.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 158 157 205 0.23 0.23 0 0.20 241.25 0.32 0.71
Hex 9E 9D CD 17 17 0 14 F1 20 47
Octal 236 235 315 27 27 0 24 361 40 107
Binary 10011110 10011101 11001101 10111 10111 0 10100 11110001 100000 1000111

Color Harmonies of #9E9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9DCD

Black with #9E9DCD

Text Example


Text Example

White with #9E9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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