Html Css Color HEX #9DA0DD Blue Bell

📋 copy color: '#9DA0DD'

red 157 ◦ green 160 ◦ blue 221

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

Shades of Blue Bell #9DA0DD

Tints of Blue Bell #9DA0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 29.18%
G = 29.74%
B = 41.08%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DA0DD (or 0x9DA0DD) is known color: Blue Bell. HEX triplet: 9D, A0 and DD. RGB value is (157,160,221). Sum of RGB (Red+Green+Blue) = 157+160+221=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA0DD is #625F22. Grayscale: #A5A5A5. Windows color (decimal): -6446883 or 14524573. OLE color: 14524573.

HSL color Cylindrical-coordinate representation of color #9DA0DD: hue angle of 237.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DA0DD is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 160 221 -
CMYK 0.29 0.28 0 0.13
HSL 237.19º 0.48% 0.74% -
HSV(B) 237.19º 0.29% 0.87% -
XYZ 39.53 37.53 73.57 -
YUV 166.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 157 160 221 0.29 0.28 0 0.13 237.19 0.48 0.74
Hex 9D A0 DD 1D 1C 0 D ED 30 4A
Octal 235 240 335 35 34 0 15 355 60 112
Binary 10011101 10100000 11011101 11101 11100 0 1101 11101101 110000 1001010

Color Harmonies of #9DA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA0DD

Black with #9DA0DD

Text Example


Text Example

White with #9DA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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