Html Css Color HEX #8FA4CA Polo Blue

📋 copy color: '#8FA4CA'

red 143 ◦ green 164 ◦ blue 202

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

Shades of Polo Blue #8FA4CA

Tints of Polo Blue #8FA4CA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.22%

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

R = 28.09%
G = 32.22%
B = 39.69%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8FA4CA (or 0x8FA4CA) is known color: Polo Blue. HEX triplet: 8F, A4 and CA. RGB value is (143,164,202). Sum of RGB (Red+Green+Blue) = 143+164+202=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FA4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4CA is #705B35. Grayscale: #A1A1A1. Windows color (decimal): -7363382 or 13280399. OLE color: 13280399.

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

Color convert

RGB 143 164 202 -
CMYK 0.29 0.19 0 0.21
HSL 218.64º 0.36% 0.68% -
HSV(B) 218.64º 0.29% 0.79% -
XYZ 35.26 36.65 61.09 -
YUV 162.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 143 164 202 0.29 0.19 0 0.21 218.64 0.36 0.68
Hex 8F A4 CA 1D 13 0 15 DB 24 44
Octal 217 244 312 35 23 0 25 333 44 104
Binary 10001111 10100100 11001010 11101 10011 0 10101 11011011 100100 1000100

Color Harmonies of #8FA4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA4CA

Black with #8FA4CA

Text Example


Text Example

White with #8FA4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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