Html Css Color HEX #85A0CD Polo Blue

📋 copy color: '#85A0CD'

red 133 ◦ green 160 ◦ blue 205

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

Shades of Polo Blue #85A0CD

Tints of Polo Blue #85A0CD

RGB

 RED value IS 133 (52.34% from 255) = 26.71%

 GREEN value IS 160 (62.89% from 255) = 32.13%

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

R = 26.71%
G = 32.13%
B = 41.16%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#85A0CD (or 0x85A0CD) is known color: Polo Blue. HEX triplet: 85, A0 and CD. RGB value is (133,160,205). Sum of RGB (Red+Green+Blue) = 133+160+205=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #85A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0CD is #7A5F32. Grayscale: #9C9C9C. Windows color (decimal): -8019763 or 13475973. OLE color: 13475973.

HSL color Cylindrical-coordinate representation of color #85A0CD: hue angle of 217.5º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85A0CD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 160 205 -
CMYK 0.35 0.22 0 0.20
HSL 217.5º 0.42% 0.66% -
HSV(B) 217.5º 0.35% 0.8% -
XYZ 33.26 34.54 62.67 -
YUV 157.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 133 160 205 0.35 0.22 0 0.20 217.5 0.42 0.66
Hex 85 A0 CD 23 16 0 14 DA 2A 42
Octal 205 240 315 43 26 0 24 332 52 102
Binary 10000101 10100000 11001101 100011 10110 0 10100 11011010 101010 1000010

Color Harmonies of #85A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A0CD

Black with #85A0CD

Text Example


Text Example

White with #85A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,160,205); }

 H1.HeaderClassName
 {
   color: #85A0CD;
 }
 .AnyTagClassName
 {
   color: #85A0CD;
 }
</style>

background-color css

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

 a { background-color: rgb(133,160,205); }

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

border-color css

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

 span { border-color: rgb(133,160,205); }

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