Html Css Color HEX #9D9ECC Blue Bell

📋 copy color: '#9D9ECC'

red 157 ◦ green 158 ◦ blue 204

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

Shades of Blue Bell #9D9ECC

Tints of Blue Bell #9D9ECC

RGB

 RED value IS 157 (61.72% from 255) = 30.25%

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 30.25%
G = 30.44%
B = 39.31%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D9ECC (or 0x9D9ECC) is known color: Blue Bell. HEX triplet: 9D, 9E and CC. RGB value is (157,158,204). Sum of RGB (Red+Green+Blue) = 157+158+204=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ECC is #626133. Grayscale: #A2A2A2. Windows color (decimal): -6447412 or 13409949. OLE color: 13409949.

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

Color convert

RGB 157 158 204 -
CMYK 0.23 0.23 0 0.2
HSL 238.72º 0.32% 0.71% -
HSV(B) 238.72º 0.23% 0.8% -
XYZ 37.03 35.98 62.12 -
YUV 162.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 157 158 204 0.23 0.23 0 0.2 238.72 0.32 0.71
Hex 9D 9E CC 17 17 0 14 EF 20 47
Octal 235 236 314 27 27 0 24 357 40 107
Binary 10011101 10011110 11001100 10111 10111 0 10100 11101111 100000 1000111

Color Harmonies of #9D9ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9ECC

Black with #9D9ECC

Text Example


Text Example

White with #9D9ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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