#858ED5

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

Shades of Portage #858ED5

Tints of Portage #858ED5

Color information

#858ED5 (or 0x858ED5) is unknown color: approx Portage. HEX triplet: 85, 8E and D5. RGB value is (133,142,213). Sum of RGB (Red+Green+Blue) = 133+142+213=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #858ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ED5 is #7A712A. Grayscale: #939393. Windows color (decimal): -8024363 or 13995653. OLE color: 13995653.

HSL color Cylindrical-coordinate representation of color #858ED5: hue angle of 233.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858ED5 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133142213-
CMYK0.380.3300.16
HSL233.25º48.78%67.84%-
HSV(B)233.25º37.56%83.53%-
XYZ31.3629.1466.92-
YUV147.4165.02117.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=27.25%
G=29.10%
B=43.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331422130.380.3300.16233.2548.7867.84
Hex858ED52621010e93144
Octal205216325464102035161104
Binary100001011000111011010101100110100001010000111010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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