Html Css Color HEX #85A1E9 Portage

📋 copy color: '#85A1E9'

red 133 ◦ green 161 ◦ blue 233

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

Shades of Portage #85A1E9

Tints of Portage #85A1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.21%

R = 25.24%
G = 30.55%
B = 44.21%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85A1E9 (or 0x85A1E9) is known color: Portage. HEX triplet: 85, A1 and E9. RGB value is (133,161,233). Sum of RGB (Red+Green+Blue) = 133+161+233=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #85A1E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A1E9 is #7A5E16. Grayscale: #A0A0A0. Windows color (decimal): -8019479 or 15311237. OLE color: 15311237.

HSL color Cylindrical-coordinate representation of color #85A1E9: hue angle of 223.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85A1E9 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 161 233 -
CMYK 0.43 0.31 0 0.09
HSL 223.2º 0.69% 0.72% -
HSV(B) 223.2º 0.43% 0.91% -
XYZ 37.13 36.36 82.15 -
YUV 160.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 133 161 233 0.43 0.31 0 0.09 223.2 0.69 0.72
Hex 85 A1 E9 2B 1F 0 9 DF 45 48
Octal 205 241 351 53 37 0 11 337 105 110
Binary 10000101 10100001 11101001 101011 11111 0 1001 11011111 1000101 1001000

Color Harmonies of #85A1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A1E9

Black with #85A1E9

Text Example


Text Example

White with #85A1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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