Html Css Color HEX #8FA7CF Polo Blue

📋 copy color: '#8FA7CF'

red 143 ◦ green 167 ◦ blue 207

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

Shades of Polo Blue #8FA7CF

Tints of Polo Blue #8FA7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 27.66%
G = 32.3%
B = 40.04%

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

#8FA7CF (or 0x8FA7CF) is known color: Polo Blue. HEX triplet: 8F, A7 and CF. RGB value is (143,167,207). Sum of RGB (Red+Green+Blue) = 143+167+207=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FA7CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7CF is #705830. Grayscale: #A4A4A4. Windows color (decimal): -7362609 or 13608847. OLE color: 13608847.

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

Color convert

RGB 143 167 207 -
CMYK 0.31 0.19 0 0.19
HSL 217.5º 0.4% 0.69% -
HSV(B) 217.5º 0.31% 0.81% -
XYZ 36.41 37.98 64.44 -
YUV 164.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 143 167 207 0.31 0.19 0 0.19 217.5 0.4 0.69
Hex 8F A7 CF 1F 13 0 13 DA 28 45
Octal 217 247 317 37 23 0 23 332 50 105
Binary 10001111 10100111 11001111 11111 10011 0 10011 11011010 101000 1000101

Color Harmonies of #8FA7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA7CF

Black with #8FA7CF

Text Example


Text Example

White with #8FA7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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