Html Css Color HEX #9D9EDB Blue Bell

📋 copy color: '#9D9EDB'

red 157 ◦ green 158 ◦ blue 219

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

Shades of Blue Bell #9D9EDB

Tints of Blue Bell #9D9EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 29.4%
G = 29.59%
B = 41.01%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D9EDB (or 0x9D9EDB) is known color: Blue Bell. HEX triplet: 9D, 9E and DB. RGB value is (157,158,219). Sum of RGB (Red+Green+Blue) = 157+158+219=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9EDB is #626124. Grayscale: #A4A4A4. Windows color (decimal): -6447397 or 14392989. OLE color: 14392989.

HSL color Cylindrical-coordinate representation of color #9D9EDB: hue angle of 239.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D9EDB is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 158 219 -
CMYK 0.28 0.28 0 0.14
HSL 239.03º 0.46% 0.74% -
HSV(B) 239.03º 0.28% 0.86% -
XYZ 38.92 36.74 72.06 -
YUV 164.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 157 158 219 0.28 0.28 0 0.14 239.03 0.46 0.74
Hex 9D 9E DB 1C 1C 0 E EF 2E 4A
Octal 235 236 333 34 34 0 16 357 56 112
Binary 10011101 10011110 11011011 11100 11100 0 1110 11101111 101110 1001010

Color Harmonies of #9D9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9EDB

Black with #9D9EDB

Text Example


Text Example

White with #9D9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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