Html Css Color HEX #8FA4CE Polo Blue

📋 copy color: '#8FA4CE'

red 143 ◦ green 164 ◦ blue 206

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

Shades of Polo Blue #8FA4CE

Tints of Polo Blue #8FA4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 27.88%
G = 31.97%
B = 40.16%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FA4CE (or 0x8FA4CE) is known color: Polo Blue. HEX triplet: 8F, A4 and CE. RGB value is (143,164,206). Sum of RGB (Red+Green+Blue) = 143+164+206=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FA4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4CE is #705B31. Grayscale: #A2A2A2. Windows color (decimal): -7363378 or 13542543. OLE color: 13542543.

HSL color Cylindrical-coordinate representation of color #8FA4CE: hue angle of 220º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA4CE is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 164 206 -
CMYK 0.31 0.20 0 0.19
HSL 220º 0.39% 0.68% -
HSV(B) 220º 0.31% 0.81% -
XYZ 35.74 36.85 63.62 -
YUV 162.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 143 164 206 0.31 0.20 0 0.19 220 0.39 0.68
Hex 8F A4 CE 1F 14 0 13 DC 27 44
Octal 217 244 316 37 24 0 23 334 47 104
Binary 10001111 10100100 11001110 11111 10100 0 10011 11011100 100111 1000100

Color Harmonies of #8FA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA4CE

Black with #8FA4CE

Text Example


Text Example

White with #8FA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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