Html Css Color HEX #8DA7CE Polo Blue

📋 copy color: '#8DA7CE'

red 141 ◦ green 167 ◦ blue 206

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

Shades of Polo Blue #8DA7CE

Tints of Polo Blue #8DA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.49%

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

R = 27.43%
G = 32.49%
B = 40.08%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DA7CE (or 0x8DA7CE) is known color: Polo Blue. HEX triplet: 8D, A7 and CE. RGB value is (141,167,206). Sum of RGB (Red+Green+Blue) = 141+167+206=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DA7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7CE is #725831. Grayscale: #A3A3A3. Windows color (decimal): -7493682 or 13543309. OLE color: 13543309.

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

Color convert

RGB 141 167 206 -
CMYK 0.32 0.19 0 0.19
HSL 216º 0.4% 0.68% -
HSV(B) 216º 0.32% 0.81% -
XYZ 35.94 37.76 63.79 -
YUV 163.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 141 167 206 0.32 0.19 0 0.19 216 0.4 0.68
Hex 8D A7 CE 20 13 0 13 D8 28 44
Octal 215 247 316 40 23 0 23 330 50 104
Binary 10001101 10100111 11001110 100000 10011 0 10011 11011000 101000 1000100

Color Harmonies of #8DA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA7CE

Black with #8DA7CE

Text Example


Text Example

White with #8DA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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