Html Css Color HEX #85A1DF Portage

📋 copy color: '#85A1DF'

red 133 ◦ green 161 ◦ blue 223

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

Shades of Portage #85A1DF

Tints of Portage #85A1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 25.73%
G = 31.14%
B = 43.13%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85A1DF (or 0x85A1DF) is known color: Portage. HEX triplet: 85, A1 and DF. RGB value is (133,161,223). Sum of RGB (Red+Green+Blue) = 133+161+223=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #85A1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1DF is #7A5E20. Grayscale: #9F9F9F. Windows color (decimal): -8019489 or 14655877. OLE color: 14655877.

HSL color Cylindrical-coordinate representation of color #85A1DF: hue angle of 221.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A1DF is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 161 223 -
CMYK 0.40 0.28 0 0.13
HSL 221.33º 0.58% 0.7% -
HSV(B) 221.33º 0.4% 0.87% -
XYZ 35.74 35.8 74.84 -
YUV 159.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 133 161 223 0.40 0.28 0 0.13 221.33 0.58 0.7
Hex 85 A1 DF 28 1C 0 D DD 3A 46
Octal 205 241 337 50 34 0 15 335 72 106
Binary 10000101 10100001 11011111 101000 11100 0 1101 11011101 111010 1000110

Color Harmonies of #85A1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A1DF

Black with #85A1DF

Text Example


Text Example

White with #85A1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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