Html Css Color HEX #9DA1DB Blue Bell

📋 copy color: '#9DA1DB'

red 157 ◦ green 161 ◦ blue 219

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

Shades of Blue Bell #9DA1DB

Tints of Blue Bell #9DA1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.98%

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

R = 29.24%
G = 29.98%
B = 40.78%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DA1DB (or 0x9DA1DB) is known color: Blue Bell. HEX triplet: 9D, A1 and DB. RGB value is (157,161,219). Sum of RGB (Red+Green+Blue) = 157+161+219=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA1DB is #625E24. Grayscale: #A6A6A6. Windows color (decimal): -6446629 or 14393757. OLE color: 14393757.

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

Color convert

RGB 157 161 219 -
CMYK 0.28 0.26 0 0.14
HSL 236.13º 0.46% 0.74% -
HSV(B) 236.13º 0.28% 0.86% -
XYZ 39.44 37.77 72.23 -
YUV 166.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 157 161 219 0.28 0.26 0 0.14 236.13 0.46 0.74
Hex 9D A1 DB 1C 1A 0 E EC 2E 4A
Octal 235 241 333 34 32 0 16 354 56 112
Binary 10011101 10100001 11011011 11100 11010 0 1110 11101100 101110 1001010

Color Harmonies of #9DA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA1DB

Black with #9DA1DB

Text Example


Text Example

White with #9DA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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