#858CE7

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

Shades of Portage #858CE7

Tints of Portage #858CE7

Color information

#858CE7 (or 0x858CE7) is unknown color: approx Portage. HEX triplet: 85, 8C and E7. RGB value is (133,140,231). Sum of RGB (Red+Green+Blue) = 133+140+231=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #858CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CE7 is #7A7318. Grayscale: #939393. Windows color (decimal): -8024857 or 15174789. OLE color: 15174789.

HSL color Cylindrical-coordinate representation of color #858CE7: hue angle of 235.71º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #858CE7 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB133140231-
CMYK0.420.3900.09
HSL235.71º67.12%71.37%-
HSV(B)235.71º42.42%90.59%-
XYZ33.4729.5179.53-
YUV148.28174.68117.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 231 (90.62% from 255) = 45.83%
R=26.39%
G=27.78%
B=45.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1331402310.420.3900.09235.7167.1271.37
Hex858CE72A2709ec4347
Octal2052143475247011354103107
Binary100001011000110011100111101010100111010011110110010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,140,231); }

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

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

 a { background-color: rgb(133,140,231); }

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

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

 span { border-color: rgb(133,140,231); }

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