Html Css Color HEX #8BA9DD Polo Blue

📋 copy color: '#8BA9DD'

red 139 ◦ green 169 ◦ blue 221

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

Shades of Polo Blue #8BA9DD

Tints of Polo Blue #8BA9DD

RGB

 RED value IS 139 (54.69% from 255) = 26.28%

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

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

R = 26.28%
G = 31.95%
B = 41.78%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BA9DD (or 0x8BA9DD) is known color: Polo Blue. HEX triplet: 8B, A9 and DD. RGB value is (139,169,221). Sum of RGB (Red+Green+Blue) = 139+169+221=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA9DD is #745622. Grayscale: #A5A5A5. Windows color (decimal): -7624227 or 14526859. OLE color: 14526859.

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

Color convert

RGB 139 169 221 -
CMYK 0.37 0.24 0 0.13
HSL 218.05º 0.55% 0.71% -
HSV(B) 218.05º 0.37% 0.87% -
XYZ 37.89 39.09 73.95 -
YUV 165.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 139 169 221 0.37 0.24 0 0.13 218.05 0.55 0.71
Hex 8B A9 DD 25 18 0 D DA 37 47
Octal 213 251 335 45 30 0 15 332 67 107
Binary 10001011 10101001 11011101 100101 11000 0 1101 11011010 110111 1000111

Color Harmonies of #8BA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA9DD

Black with #8BA9DD

Text Example


Text Example

White with #8BA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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