Html Css Color HEX #8FA8CD Polo Blue

📋 copy color: '#8FA8CD'

red 143 ◦ green 168 ◦ blue 205

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

Shades of Polo Blue #8FA8CD

Tints of Polo Blue #8FA8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.56%

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 27.71%
G = 32.56%
B = 39.73%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FA8CD (or 0x8FA8CD) is known color: Polo Blue. HEX triplet: 8F, A8 and CD. RGB value is (143,168,205). Sum of RGB (Red+Green+Blue) = 143+168+205=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FA8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8CD is #705732. Grayscale: #A4A4A4. Windows color (decimal): -7362355 or 13478031. OLE color: 13478031.

HSL color Cylindrical-coordinate representation of color #8FA8CD: hue angle of 215.81º degrees, saturation: 0.38, 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 #8FA8CD is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 168 205 -
CMYK 0.30 0.18 0 0.20
HSL 215.81º 0.38% 0.68% -
HSV(B) 215.81º 0.3% 0.8% -
XYZ 36.35 38.25 63.23 -
YUV 164.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 143 168 205 0.30 0.18 0 0.20 215.81 0.38 0.68
Hex 8F A8 CD 1E 12 0 14 D8 26 44
Octal 217 250 315 36 22 0 24 330 46 104
Binary 10001111 10101000 11001101 11110 10010 0 10100 11011000 100110 1000100

Color Harmonies of #8FA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA8CD

Black with #8FA8CD

Text Example


Text Example

White with #8FA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,168,205); }

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

background-color css

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

 a { background-color: rgb(143,168,205); }

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

border-color css

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

 span { border-color: rgb(143,168,205); }

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