#8592EA

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

Shades of Portage #8592EA

Tints of Portage #8592EA

Color information

#8592EA (or 0x8592EA) is unknown color: approx Portage. HEX triplet: 85, 92 and EA. RGB value is (133,146,234). Sum of RGB (Red+Green+Blue) = 133+146+234=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #8592EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8592EA is #7A6D15. Grayscale: #979797. Windows color (decimal): -8023318 or 15372933. OLE color: 15372933.

HSL color Cylindrical-coordinate representation of color #8592EA: hue angle of 232.28º 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 #8592EA is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133146234-
CMYK0.430.3800.08
HSL232.28º70.63%71.96%-
HSV(B)232.28º43.16%91.76%-
XYZ34.831.4882.08-
YUV152.14174.19114.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.93%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=25.93%
G=28.46%
B=45.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331462340.430.3800.08232.2870.6371.96
Hex8592EA2B2608e84748
Octal2052223525346010350107110
Binary100001011001001011101010101011100110010001110100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8592EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8592EA; }

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

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

<style>
 a { background-color: #8592EA; }

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

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

<style>
 span { border-color: #8592EA; }

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

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