Html Css Color HEX #9D9EC9 Blue Bell

📋 copy color: '#9D9EC9'

red 157 ◦ green 158 ◦ blue 201

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

Shades of Blue Bell #9D9EC9

Tints of Blue Bell #9D9EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 30.43%
G = 30.62%
B = 38.95%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9D9EC9 (or 0x9D9EC9) is known color: Blue Bell. HEX triplet: 9D, 9E and C9. RGB value is (157,158,201). Sum of RGB (Red+Green+Blue) = 157+158+201=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #9D9EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9EC9 is #626136. Grayscale: #A2A2A2. Windows color (decimal): -6447415 or 13213341. OLE color: 13213341.

HSL color Cylindrical-coordinate representation of color #9D9EC9: hue angle of 238.64º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D9EC9 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 158 201 -
CMYK 0.22 0.21 0 0.21
HSL 238.64º 0.29% 0.7% -
HSV(B) 238.64º 0.22% 0.79% -
XYZ 36.67 35.84 60.24 -
YUV 162.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 157 158 201 0.22 0.21 0 0.21 238.64 0.29 0.7
Hex 9D 9E C9 16 15 0 15 EF 1D 46
Octal 235 236 311 26 25 0 25 357 35 106
Binary 10011101 10011110 11001001 10110 10101 0 10101 11101111 11101 1000110

Color Harmonies of #9D9EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9EC9

Black with #9D9EC9

Text Example


Text Example

White with #9D9EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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