Html Css Color HEX #9DA2DD Blue Bell

📋 copy color: '#9DA2DD'

red 157 ◦ green 162 ◦ blue 221

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

Shades of Blue Bell #9DA2DD

Tints of Blue Bell #9DA2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30%

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

R = 29.07%
G = 30%
B = 40.93%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DA2DD (or 0x9DA2DD) is known color: Blue Bell. HEX triplet: 9D, A2 and DD. RGB value is (157,162,221). Sum of RGB (Red+Green+Blue) = 157+162+221=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DA2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2DD is #625D22. Grayscale: #A6A6A6. Windows color (decimal): -6446371 or 14525085. OLE color: 14525085.

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

Color convert

RGB 157 162 221 -
CMYK 0.29 0.27 0 0.13
HSL 235.31º 0.48% 0.74% -
HSV(B) 235.31º 0.29% 0.87% -
XYZ 39.88 38.23 73.68 -
YUV 167.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 157 162 221 0.29 0.27 0 0.13 235.31 0.48 0.74
Hex 9D A2 DD 1D 1B 0 D EB 30 4A
Octal 235 242 335 35 33 0 15 353 60 112
Binary 10011101 10100010 11011101 11101 11011 0 1101 11101011 110000 1001010

Color Harmonies of #9DA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA2DD

Black with #9DA2DD

Text Example


Text Example

White with #9DA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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