#858EEA

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

Shades of Portage #858EEA

Tints of Portage #858EEA

Color information

#858EEA (or 0x858EEA) is unknown color: approx Portage. HEX triplet: 85, 8E and EA. RGB value is (133,142,234). Sum of RGB (Red+Green+Blue) = 133+142+234=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #858EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EEA is #7A7115. Grayscale: #959595. Windows color (decimal): -8024342 or 15371909. OLE color: 15371909.

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

Color convert

RGB133142234-
CMYK0.430.3900.08
HSL234.65º70.63%71.96%-
HSV(B)234.65º43.16%91.76%-
XYZ34.230.2781.88-
YUV149.8175.52116.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=26.13%
G=27.90%
B=45.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331422340.430.3900.08234.6570.6371.96
Hex858EEA2B2708eb4748
Octal2052163525347010353107110
Binary100001011000111011101010101011100111010001110101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858EEA; }

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

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

<style>
 a { background-color: #858EEA; }

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

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

<style>
 span { border-color: #858EEA; }

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

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