Html Css Color HEX #85A3CF Polo Blue

📋 copy color: '#85A3CF'

red 133 ◦ green 163 ◦ blue 207

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

Shades of Polo Blue #85A3CF

Tints of Polo Blue #85A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.41%

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 26.44%
G = 32.41%
B = 41.15%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#85A3CF (or 0x85A3CF) is known color: Polo Blue. HEX triplet: 85, A3 and CF. RGB value is (133,163,207). Sum of RGB (Red+Green+Blue) = 133+163+207=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #85A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A3CF is #7A5C30. Grayscale: #9E9E9E. Windows color (decimal): -8018993 or 13607813. OLE color: 13607813.

HSL color Cylindrical-coordinate representation of color #85A3CF: hue angle of 215.68º 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 #85A3CF is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 163 207 -
CMYK 0.36 0.21 0 0.19
HSL 215.68º 0.44% 0.67% -
HSV(B) 215.68º 0.36% 0.81% -
XYZ 34.03 35.69 64.13 -
YUV 159.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 133 163 207 0.36 0.21 0 0.19 215.68 0.44 0.67
Hex 85 A3 CF 24 15 0 13 D8 2C 43
Octal 205 243 317 44 25 0 23 330 54 103
Binary 10000101 10100011 11001111 100100 10101 0 10011 11011000 101100 1000011

Color Harmonies of #85A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A3CF

Black with #85A3CF

Text Example


Text Example

White with #85A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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