Html Css Color HEX #8FA2D0 Polo Blue

📋 copy color: '#8FA2D0'

red 143 ◦ green 162 ◦ blue 208

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

Shades of Polo Blue #8FA2D0

Tints of Polo Blue #8FA2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 27.88%
G = 31.58%
B = 40.55%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8FA2D0 (or 0x8FA2D0) is known color: Polo Blue. HEX triplet: 8F, A2 and D0. RGB value is (143,162,208). Sum of RGB (Red+Green+Blue) = 143+162+208=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FA2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2D0 is #705D2F. Grayscale: #A1A1A1. Windows color (decimal): -7363888 or 13673103. OLE color: 13673103.

HSL color Cylindrical-coordinate representation of color #8FA2D0: hue angle of 222.46º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA2D0 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 162 208 -
CMYK 0.31 0.22 0 0.18
HSL 222.46º 0.41% 0.69% -
HSV(B) 222.46º 0.31% 0.82% -
XYZ 35.63 36.23 64.79 -
YUV 161.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 143 162 208 0.31 0.22 0 0.18 222.46 0.41 0.69
Hex 8F A2 D0 1F 16 0 12 DE 29 45
Octal 217 242 320 37 26 0 22 336 51 105
Binary 10001111 10100010 11010000 11111 10110 0 10010 11011110 101001 1000101

Color Harmonies of #8FA2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA2D0

Black with #8FA2D0

Text Example


Text Example

White with #8FA2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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