#859AEA

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

Shades of Portage #859AEA

Tints of Portage #859AEA

Color information

#859AEA (or 0x859AEA) is unknown color: approx Portage. HEX triplet: 85, 9A and EA. RGB value is (133,154,234). Sum of RGB (Red+Green+Blue) = 133+154+234=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #859AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AEA is #7A6515. Grayscale: #9C9C9C. Windows color (decimal): -8021270 or 15374981. OLE color: 15374981.

HSL color Cylindrical-coordinate representation of color #859AEA: hue angle of 227.52º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859AEA is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133154234-
CMYK0.430.3400.08
HSL227.52º70.63%71.96%-
HSV(B)227.52º43.16%91.76%-
XYZ36.0834.0482.51-
YUV156.84171.54111-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.53%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=25.53%
G=29.56%
B=44.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331542340.430.3400.08227.5270.6371.96
Hex859AEA2B2208e44748
Octal2052323525342010344107110
Binary100001011001101011101010101011100010010001110010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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