#858DEE

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

Shades of Portage #858DEE

Tints of Portage #858DEE

Color information

#858DEE (or 0x858DEE) is unknown color: approx Portage. HEX triplet: 85, 8D and EE. RGB value is (133,141,238). Sum of RGB (Red+Green+Blue) = 133+141+238=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #858DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858DEE is #7A7211. Grayscale: #959595. Windows color (decimal): -8024594 or 15633797. OLE color: 15633797.

HSL color Cylindrical-coordinate representation of color #858DEE: hue angle of 235.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #858DEE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133141238-
CMYK0.440.4100.07
HSL235.43º75.54%72.75%-
HSV(B)235.43º44.12%93.33%-
XYZ34.6330.2184.89-
YUV149.67177.85116.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=25.98%
G=27.54%
B=46.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331412380.440.4100.07235.4375.5472.75
Hex858DEE2C2907eb4c49
Octal205215356545107353114111
Binary10000101100011011110111010110010100101111110101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,141,238); }

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

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

 a { background-color: rgb(133,141,238); }

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

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

 span { border-color: rgb(133,141,238); }

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