Html Css Color HEX #8FA3CE Polo Blue

📋 copy color: '#8FA3CE'

red 143 ◦ green 163 ◦ blue 206

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

Shades of Polo Blue #8FA3CE

Tints of Polo Blue #8FA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.84%

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

R = 27.93%
G = 31.84%
B = 40.23%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FA3CE (or 0x8FA3CE) is known color: Polo Blue. HEX triplet: 8F, A3 and CE. RGB value is (143,163,206). Sum of RGB (Red+Green+Blue) = 143+163+206=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA3CE is #705C31. Grayscale: #A1A1A1. Windows color (decimal): -7363634 or 13542287. OLE color: 13542287.

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

Color convert

RGB 143 163 206 -
CMYK 0.31 0.21 0 0.19
HSL 220.95º 0.39% 0.68% -
HSV(B) 220.95º 0.31% 0.81% -
XYZ 35.57 36.49 63.56 -
YUV 161.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 143 163 206 0.31 0.21 0 0.19 220.95 0.39 0.68
Hex 8F A3 CE 1F 15 0 13 DD 27 44
Octal 217 243 316 37 25 0 23 335 47 104
Binary 10001111 10100011 11001110 11111 10101 0 10011 11011101 100111 1000100

Color Harmonies of #8FA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA3CE

Black with #8FA3CE

Text Example


Text Example

White with #8FA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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