#859AE7

Color #859AE7 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #859AE7

Tints of Portage #859AE7

Color information

#859AE7 (or 0x859AE7) is unknown color: approx Portage. HEX triplet: 85, 9A and E7. RGB value is (133,154,231). Sum of RGB (Red+Green+Blue) = 133+154+231=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #859AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AE7 is #7A6518. Grayscale: #9C9C9C. Windows color (decimal): -8021273 or 15178373. OLE color: 15178373.

HSL color Cylindrical-coordinate representation of color #859AE7: hue angle of 227.14º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #859AE7 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB133154231-
CMYK0.420.3300.09
HSL227.14º67.12%71.37%-
HSV(B)227.14º42.42%90.59%-
XYZ35.6533.8780.26-
YUV156.5170.04111.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.68%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 231 (90.62% from 255) = 44.59%
R=25.68%
G=29.73%
B=44.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1331542310.420.3300.09227.1467.1271.37
Hex859AE72A2109e34347
Octal2052323475241011343103107
Binary100001011001101011100111101010100001010011110001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859AE7; }

 p { color: rgb(133,154,231); }

 H1.HeaderClassName
 {
   color: #859AE7;
 }
 .AnyTagClassName
 {
   color: #859AE7;
 }
</style>
background-color css

<style>
 a { background-color: #859AE7; }

 a { background-color: rgb(133,154,231); }

 div.DivClassName
 {
   background-color: #859AE7;
 }
 .BgClassName
 {
   background-color: #859AE7;
 }
</style>
border-color css

<style>
 span { border-color: #859AE7; }

 span { border-color: rgb(133,154,231); }

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