Html Css Color HEX #9D9ECB Blue Bell

📋 copy color: '#9D9ECB'

red 157 ◦ green 158 ◦ blue 203

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

Shades of Blue Bell #9D9ECB

Tints of Blue Bell #9D9ECB

RGB

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

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

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

R = 30.31%
G = 30.5%
B = 39.19%

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

#9D9ECB (or 0x9D9ECB) is known color: Blue Bell. HEX triplet: 9D, 9E and CB. RGB value is (157,158,203). Sum of RGB (Red+Green+Blue) = 157+158+203=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ECB is #626134. Grayscale: #A2A2A2. Windows color (decimal): -6447413 or 13344413. OLE color: 13344413.

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

Color convert

RGB 157 158 203 -
CMYK 0.23 0.22 0 0.20
HSL 238.7º 0.31% 0.71% -
HSV(B) 238.7º 0.23% 0.8% -
XYZ 36.91 35.93 61.49 -
YUV 162.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 157 158 203 0.23 0.22 0 0.20 238.7 0.31 0.71
Hex 9D 9E CB 17 16 0 14 EF 1F 47
Octal 235 236 313 27 26 0 24 357 37 107
Binary 10011101 10011110 11001011 10111 10110 0 10100 11101111 11111 1000111

Color Harmonies of #9D9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9ECB

Black with #9D9ECB

Text Example


Text Example

White with #9D9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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