Html Css Color HEX #8DA5CE Polo Blue

📋 copy color: '#8DA5CE'

red 141 ◦ green 165 ◦ blue 206

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

Shades of Polo Blue #8DA5CE

Tints of Polo Blue #8DA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 27.54%
G = 32.23%
B = 40.23%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DA5CE (or 0x8DA5CE) is known color: Polo Blue. HEX triplet: 8D, A5 and CE. RGB value is (141,165,206). Sum of RGB (Red+Green+Blue) = 141+165+206=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DA5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5CE is #725A31. Grayscale: #A2A2A2. Windows color (decimal): -7494194 or 13542797. OLE color: 13542797.

HSL color Cylindrical-coordinate representation of color #8DA5CE: hue angle of 217.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DA5CE is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 165 206 -
CMYK 0.32 0.20 0 0.19
HSL 217.85º 0.4% 0.68% -
HSV(B) 217.85º 0.32% 0.81% -
XYZ 35.58 37.03 63.66 -
YUV 162.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 141 165 206 0.32 0.20 0 0.19 217.85 0.4 0.68
Hex 8D A5 CE 20 14 0 13 DA 28 44
Octal 215 245 316 40 24 0 23 332 50 104
Binary 10001101 10100101 11001110 100000 10100 0 10011 11011010 101000 1000100

Color Harmonies of #8DA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA5CE

Black with #8DA5CE

Text Example


Text Example

White with #8DA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,165,206); }

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

background-color css

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

 a { background-color: rgb(141,165,206); }

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

border-color css

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

 span { border-color: rgb(141,165,206); }

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