Html Css Color HEX #8FA7CE Polo Blue

📋 copy color: '#8FA7CE'

red 143 ◦ green 167 ◦ blue 206

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

Shades of Polo Blue #8FA7CE

Tints of Polo Blue #8FA7CE

RGB

 RED value IS 143 (56.25% from 255) = 27.71%

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

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

R = 27.71%
G = 32.36%
B = 39.92%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FA7CE (or 0x8FA7CE) is known color: Polo Blue. HEX triplet: 8F, A7 and CE. RGB value is (143,167,206). Sum of RGB (Red+Green+Blue) = 143+167+206=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FA7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7CE is #705831. Grayscale: #A4A4A4. Windows color (decimal): -7362610 or 13543311. OLE color: 13543311.

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

Color convert

RGB 143 167 206 -
CMYK 0.31 0.19 0 0.19
HSL 217.14º 0.39% 0.68% -
HSV(B) 217.14º 0.31% 0.81% -
XYZ 36.29 37.93 63.8 -
YUV 164.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 143 167 206 0.31 0.19 0 0.19 217.14 0.39 0.68
Hex 8F A7 CE 1F 13 0 13 D9 27 44
Octal 217 247 316 37 23 0 23 331 47 104
Binary 10001111 10100111 11001110 11111 10011 0 10011 11011001 100111 1000100

Color Harmonies of #8FA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA7CE

Black with #8FA7CE

Text Example


Text Example

White with #8FA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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