Html Css Color HEX #8FA8CF Polo Blue

📋 copy color: '#8FA8CF'

red 143 ◦ green 168 ◦ blue 207

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

Shades of Polo Blue #8FA8CF

Tints of Polo Blue #8FA8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.43%

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

R = 27.61%
G = 32.43%
B = 39.96%

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

#8FA8CF (or 0x8FA8CF) is known color: Polo Blue. HEX triplet: 8F, A8 and CF. RGB value is (143,168,207). Sum of RGB (Red+Green+Blue) = 143+168+207=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8CF is #705730. Grayscale: #A4A4A4. Windows color (decimal): -7362353 or 13609103. OLE color: 13609103.

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

Color convert

RGB 143 168 207 -
CMYK 0.31 0.19 0 0.19
HSL 216.56º 0.4% 0.69% -
HSV(B) 216.56º 0.31% 0.81% -
XYZ 36.59 38.35 64.51 -
YUV 164.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 143 168 207 0.31 0.19 0 0.19 216.56 0.4 0.69
Hex 8F A8 CF 1F 13 0 13 D9 28 45
Octal 217 250 317 37 23 0 23 331 50 105
Binary 10001111 10101000 11001111 11111 10011 0 10011 11011001 101000 1000101

Color Harmonies of #8FA8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA8CF

Black with #8FA8CF

Text Example


Text Example

White with #8FA8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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