Html Css Color HEX #8CA9DB Polo Blue

📋 copy color: '#8CA9DB'

red 140 ◦ green 169 ◦ blue 219

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

Shades of Polo Blue #8CA9DB

Tints of Polo Blue #8CA9DB

RGB

 RED value IS 140 (55.08% from 255) = 26.52%

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

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

R = 26.52%
G = 32.01%
B = 41.48%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CA9DB (or 0x8CA9DB) is known color: Polo Blue. HEX triplet: 8C, A9 and DB. RGB value is (140,169,219). Sum of RGB (Red+Green+Blue) = 140+169+219=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9DB is #735624. Grayscale: #A5A5A5. Windows color (decimal): -7558693 or 14395788. OLE color: 14395788.

HSL color Cylindrical-coordinate representation of color #8CA9DB: hue angle of 217.97º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA9DB is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 169 219 -
CMYK 0.36 0.23 0 0.14
HSL 217.97º 0.52% 0.7% -
HSV(B) 217.97º 0.36% 0.86% -
XYZ 37.79 39.07 72.57 -
YUV 166.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 140 169 219 0.36 0.23 0 0.14 217.97 0.52 0.7
Hex 8C A9 DB 24 17 0 E DA 34 46
Octal 214 251 333 44 27 0 16 332 64 106
Binary 10001100 10101001 11011011 100100 10111 0 1110 11011010 110100 1000110

Color Harmonies of #8CA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA9DB

Black with #8CA9DB

Text Example


Text Example

White with #8CA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,169,219); }

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

background-color css

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

 a { background-color: rgb(140,169,219); }

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

border-color css

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

 span { border-color: rgb(140,169,219); }

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