Html Css Color HEX #9DA0DB Blue Bell

📋 copy color: '#9DA0DB'

red 157 ◦ green 160 ◦ blue 219

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

Shades of Blue Bell #9DA0DB

Tints of Blue Bell #9DA0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.85%

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

R = 29.29%
G = 29.85%
B = 40.86%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DA0DB (or 0x9DA0DB) is known color: Blue Bell. HEX triplet: 9D, A0 and DB. RGB value is (157,160,219). Sum of RGB (Red+Green+Blue) = 157+160+219=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA0DB is #625F24. Grayscale: #A5A5A5. Windows color (decimal): -6446885 or 14393501. OLE color: 14393501.

HSL color Cylindrical-coordinate representation of color #9DA0DB: hue angle of 237.1º 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 #9DA0DB is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 160 219 -
CMYK 0.28 0.27 0 0.14
HSL 237.1º 0.46% 0.74% -
HSV(B) 237.1º 0.28% 0.86% -
XYZ 39.26 37.42 72.17 -
YUV 165.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 157 160 219 0.28 0.27 0 0.14 237.1 0.46 0.74
Hex 9D A0 DB 1C 1B 0 E ED 2E 4A
Octal 235 240 333 34 33 0 16 355 56 112
Binary 10011101 10100000 11011011 11100 11011 0 1110 11101101 101110 1001010

Color Harmonies of #9DA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA0DB

Black with #9DA0DB

Text Example


Text Example

White with #9DA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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