Html Css Color HEX #85A1DB Portage

📋 copy color: '#85A1DB'

red 133 ◦ green 161 ◦ blue 219

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

Shades of Portage #85A1DB

Tints of Portage #85A1DB

RGB

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

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

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

R = 25.93%
G = 31.38%
B = 42.69%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85A1DB (or 0x85A1DB) is known color: Portage. HEX triplet: 85, A1 and DB. RGB value is (133,161,219). Sum of RGB (Red+Green+Blue) = 133+161+219=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #85A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1DB is #7A5E24. Grayscale: #9E9E9E. Windows color (decimal): -8019493 or 14393733. OLE color: 14393733.

HSL color Cylindrical-coordinate representation of color #85A1DB: hue angle of 220.47º 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 #85A1DB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 161 219 -
CMYK 0.39 0.26 0 0.14
HSL 220.47º 0.54% 0.69% -
HSV(B) 220.47º 0.39% 0.86% -
XYZ 35.2 35.59 72.03 -
YUV 159.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 133 161 219 0.39 0.26 0 0.14 220.47 0.54 0.69
Hex 85 A1 DB 27 1A 0 E DC 36 45
Octal 205 241 333 47 32 0 16 334 66 105
Binary 10000101 10100001 11011011 100111 11010 0 1110 11011100 110110 1000101

Color Harmonies of #85A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A1DB

Black with #85A1DB

Text Example


Text Example

White with #85A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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