#858ED4

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

Shades of Portage #858ED4

Tints of Portage #858ED4

Color information

#858ED4 (or 0x858ED4) is unknown color: approx Portage. HEX triplet: 85, 8E and D4. RGB value is (133,142,212). Sum of RGB (Red+Green+Blue) = 133+142+212=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #858ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ED4 is #7A712B. Grayscale: #939393. Windows color (decimal): -8024364 or 13930117. OLE color: 13930117.

HSL color Cylindrical-coordinate representation of color #858ED4: hue angle of 233.16º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858ED4 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB133142212-
CMYK0.370.3300.17
HSL233.16º47.88%67.65%-
HSV(B)233.16º37.26%83.14%-
XYZ31.2329.0966.26-
YUV147.29164.52117.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 212 (83.20% from 255) = 43.53%
R=27.31%
G=29.16%
B=43.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1331422120.370.3300.17233.1647.8867.65
Hex858ED42521011e93044
Octal205216324454102135160104
Binary100001011000111011010100100101100001010001111010011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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