Html Css Color HEX #85A0DB Portage

📋 copy color: '#85A0DB'

red 133 ◦ green 160 ◦ blue 219

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

Shades of Portage #85A0DB

Tints of Portage #85A0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 25.98%
G = 31.25%
B = 42.77%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85A0DB (or 0x85A0DB) is known color: Portage. HEX triplet: 85, A0 and DB. RGB value is (133,160,219). Sum of RGB (Red+Green+Blue) = 133+160+219=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #85A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0DB is #7A5F24. Grayscale: #9E9E9E. Windows color (decimal): -8019749 or 14393477. OLE color: 14393477.

HSL color Cylindrical-coordinate representation of color #85A0DB: hue angle of 221.16º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85A0DB is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 160 219 -
CMYK 0.39 0.27 0 0.14
HSL 221.16º 0.54% 0.69% -
HSV(B) 221.16º 0.39% 0.86% -
XYZ 35.03 35.24 71.97 -
YUV 158.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 133 160 219 0.39 0.27 0 0.14 221.16 0.54 0.69
Hex 85 A0 DB 27 1B 0 E DD 36 45
Octal 205 240 333 47 33 0 16 335 66 105
Binary 10000101 10100000 11011011 100111 11011 0 1110 11011101 110110 1000101

Color Harmonies of #85A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A0DB

Black with #85A0DB

Text Example


Text Example

White with #85A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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