Html Css Color HEX #8FA2CC Polo Blue

📋 copy color: '#8FA2CC'

red 143 ◦ green 162 ◦ blue 204

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

Shades of Polo Blue #8FA2CC

Tints of Polo Blue #8FA2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 28.09%
G = 31.83%
B = 40.08%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FA2CC (or 0x8FA2CC) is known color: Polo Blue. HEX triplet: 8F, A2 and CC. RGB value is (143,162,204). Sum of RGB (Red+Green+Blue) = 143+162+204=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2CC is #705D33. Grayscale: #A0A0A0. Windows color (decimal): -7363892 or 13410959. OLE color: 13410959.

HSL color Cylindrical-coordinate representation of color #8FA2CC: hue angle of 221.31º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA2CC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 162 204 -
CMYK 0.30 0.21 0 0.2
HSL 221.31º 0.37% 0.68% -
HSV(B) 221.31º 0.3% 0.8% -
XYZ 35.15 36.04 62.23 -
YUV 161.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 143 162 204 0.30 0.21 0 0.2 221.31 0.37 0.68
Hex 8F A2 CC 1E 15 0 14 DD 25 44
Octal 217 242 314 36 25 0 24 335 45 104
Binary 10001111 10100010 11001100 11110 10101 0 10100 11011101 100101 1000100

Color Harmonies of #8FA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA2CC

Black with #8FA2CC

Text Example


Text Example

White with #8FA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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