Html Css Color HEX #8FA2CF Polo Blue

📋 copy color: '#8FA2CF'

red 143 ◦ green 162 ◦ blue 207

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

Shades of Polo Blue #8FA2CF

Tints of Polo Blue #8FA2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.64%

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

R = 27.93%
G = 31.64%
B = 40.43%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FA2CF (or 0x8FA2CF) is known color: Polo Blue. HEX triplet: 8F, A2 and CF. RGB value is (143,162,207). Sum of RGB (Red+Green+Blue) = 143+162+207=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FA2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2CF is #705D30. Grayscale: #A1A1A1. Windows color (decimal): -7363889 or 13607567. OLE color: 13607567.

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

Color convert

RGB 143 162 207 -
CMYK 0.31 0.22 0 0.19
HSL 222.19º 0.4% 0.69% -
HSV(B) 222.19º 0.31% 0.81% -
XYZ 35.51 36.19 64.14 -
YUV 161.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 143 162 207 0.31 0.22 0 0.19 222.19 0.4 0.69
Hex 8F A2 CF 1F 16 0 13 DE 28 45
Octal 217 242 317 37 26 0 23 336 50 105
Binary 10001111 10100010 11001111 11111 10110 0 10011 11011110 101000 1000101

Color Harmonies of #8FA2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA2CF

Black with #8FA2CF

Text Example


Text Example

White with #8FA2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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