#85A4CF

Color #85A4CF Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #85A4CF

Tints of Polo Blue #85A4CF

Color information

#85A4CF (or 0x85A4CF) is unknown color: approx Polo Blue. HEX triplet: 85, A4 and CF. RGB value is (133,164,207). Sum of RGB (Red+Green+Blue) = 133+164+207=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #85A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A4CF is #7A5B30. Grayscale: #9F9F9F. Windows color (decimal): -8018737 or 13608069. OLE color: 13608069.

HSL color Cylindrical-coordinate representation of color #85A4CF: hue angle of 214.86º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85A4CF is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133164207-
CMYK0.360.2100.19
HSL214.86º43.53%66.67%-
HSV(B)214.86º35.75%81.18%-
XYZ34.2136.0464.19-
YUV159.63154.73109-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=26.39%
G=32.54%
B=41.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331642070.360.2100.19214.8643.5366.67
Hex85A4CF2415013d72c43
Octal205244317442502332754103
Binary10000101101001001100111110010010101010011110101111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A4CF; }

 p { color: rgb(133,164,207); }

 H1.HeaderClassName
 {
   color: #85A4CF;
 }
 .AnyTagClassName
 {
   color: #85A4CF;
 }
</style>
background-color css

<style>
 a { background-color: #85A4CF; }

 a { background-color: rgb(133,164,207); }

 div.DivClassName
 {
   background-color: #85A4CF;
 }
 .BgClassName
 {
   background-color: #85A4CF;
 }
</style>
border-color css

<style>
 span { border-color: #85A4CF; }

 span { border-color: rgb(133,164,207); }

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