Html Css Color HEX #8DA9DD Polo Blue

📋 copy color: '#8DA9DD'

red 141 ◦ green 169 ◦ blue 221

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

Shades of Polo Blue #8DA9DD

Tints of Polo Blue #8DA9DD

RGB

 RED value IS 141 (55.47% from 255) = 26.55%

 GREEN value IS 169 (66.41% from 255) = 31.83%

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

R = 26.55%
G = 31.83%
B = 41.62%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DA9DD (or 0x8DA9DD) is known color: Polo Blue. HEX triplet: 8D, A9 and DD. RGB value is (141,169,221). Sum of RGB (Red+Green+Blue) = 141+169+221=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9DD is #725622. Grayscale: #A6A6A6. Windows color (decimal): -7493155 or 14526861. OLE color: 14526861.

HSL color Cylindrical-coordinate representation of color #8DA9DD: hue angle of 219º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA9DD is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 169 221 -
CMYK 0.36 0.24 0 0.13
HSL 219º 0.54% 0.71% -
HSV(B) 219º 0.36% 0.87% -
XYZ 38.22 39.26 73.97 -
YUV 166.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 141 169 221 0.36 0.24 0 0.13 219 0.54 0.71
Hex 8D A9 DD 24 18 0 D DB 36 47
Octal 215 251 335 44 30 0 15 333 66 107
Binary 10001101 10101001 11011101 100100 11000 0 1101 11011011 110110 1000111

Color Harmonies of #8DA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA9DD

Black with #8DA9DD

Text Example


Text Example

White with #8DA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DA9DD; }

 p { color: rgb(141,169,221); }

 H1.HeaderClassName
 {
   color: #8DA9DD;
 }
 .AnyTagClassName
 {
   color: #8DA9DD;
 }
</style>

background-color css

<style>
 a { background-color: #8DA9DD; }

 a { background-color: rgb(141,169,221); }

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

border-color css

<style>
 span { border-color: #8DA9DD; }

 span { border-color: rgb(141,169,221); }

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