Html Css Color HEX #8FA7CA Polo Blue

📋 copy color: '#8FA7CA'

red 143 ◦ green 167 ◦ blue 202

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

Shades of Polo Blue #8FA7CA

Tints of Polo Blue #8FA7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 27.93%
G = 32.62%
B = 39.45%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8FA7CA (or 0x8FA7CA) is known color: Polo Blue. HEX triplet: 8F, A7 and CA. RGB value is (143,167,202). Sum of RGB (Red+Green+Blue) = 143+167+202=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7CA is #705835. Grayscale: #A3A3A3. Windows color (decimal): -7362614 or 13281167. OLE color: 13281167.

HSL color Cylindrical-coordinate representation of color #8FA7CA: hue angle of 215.59º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FA7CA is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 167 202 -
CMYK 0.29 0.17 0 0.21
HSL 215.59º 0.36% 0.68% -
HSV(B) 215.59º 0.29% 0.79% -
XYZ 35.81 37.74 61.27 -
YUV 163.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 143 167 202 0.29 0.17 0 0.21 215.59 0.36 0.68
Hex 8F A7 CA 1D 11 0 15 D8 24 44
Octal 217 247 312 35 21 0 25 330 44 104
Binary 10001111 10100111 11001010 11101 10001 0 10101 11011000 100100 1000100

Color Harmonies of #8FA7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA7CA

Black with #8FA7CA

Text Example


Text Example

White with #8FA7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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