Html Css Color HEX #8DA4CE Polo Blue

📋 copy color: '#8DA4CE'

red 141 ◦ green 164 ◦ blue 206

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

Shades of Polo Blue #8DA4CE

Tints of Polo Blue #8DA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.09%

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

R = 27.59%
G = 32.09%
B = 40.31%

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

#8DA4CE (or 0x8DA4CE) is known color: Polo Blue. HEX triplet: 8D, A4 and CE. RGB value is (141,164,206). Sum of RGB (Red+Green+Blue) = 141+164+206=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DA4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA4CE is #725B31. Grayscale: #A1A1A1. Windows color (decimal): -7494450 or 13542541. OLE color: 13542541.

HSL color Cylindrical-coordinate representation of color #8DA4CE: hue angle of 218.77º 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 #8DA4CE is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 164 206 -
CMYK 0.32 0.20 0 0.19
HSL 218.77º 0.4% 0.68% -
HSV(B) 218.77º 0.32% 0.81% -
XYZ 35.4 36.67 63.6 -
YUV 161.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 141 164 206 0.32 0.20 0 0.19 218.77 0.4 0.68
Hex 8D A4 CE 20 14 0 13 DB 28 44
Octal 215 244 316 40 24 0 23 333 50 104
Binary 10001101 10100100 11001110 100000 10100 0 10011 11011011 101000 1000100

Color Harmonies of #8DA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA4CE

Black with #8DA4CE

Text Example


Text Example

White with #8DA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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