Html Css Color HEX #85A1D7 Polo Blue

📋 copy color: '#85A1D7'

red 133 ◦ green 161 ◦ blue 215

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

Shades of Polo Blue #85A1D7

Tints of Polo Blue #85A1D7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.63%

 BLUE value IS 215 (84.38% from 255) = 42.24%

R = 26.13%
G = 31.63%
B = 42.24%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#85A1D7 (or 0x85A1D7) is known color: Polo Blue. HEX triplet: 85, A1 and D7. RGB value is (133,161,215). Sum of RGB (Red+Green+Blue) = 133+161+215=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #85A1D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1D7 is #7A5E28. Grayscale: #9E9E9E. Windows color (decimal): -8019497 or 14131589. OLE color: 14131589.

HSL color Cylindrical-coordinate representation of color #85A1D7: hue angle of 219.51º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85A1D7 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 161 215 -
CMYK 0.38 0.25 0 0.16
HSL 219.51º 0.51% 0.68% -
HSV(B) 219.51º 0.38% 0.84% -
XYZ 34.68 35.38 69.29 -
YUV 158.78 159.72 109.61 -
System Red Green Blue C M Y K H S L
Decimal 133 161 215 0.38 0.25 0 0.16 219.51 0.51 0.68
Hex 85 A1 D7 26 19 0 10 DC 33 44
Octal 205 241 327 46 31 0 20 334 63 104
Binary 10000101 10100001 11010111 100110 11001 0 10000 11011100 110011 1000100

Color Harmonies of #85A1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A1D7

Black with #85A1D7

Text Example


Text Example

White with #85A1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,161,215); }

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

background-color css

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

 a { background-color: rgb(133,161,215); }

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

border-color css

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

 span { border-color: rgb(133,161,215); }

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