#858AEE

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

Shades of Portage #858AEE

Tints of Portage #858AEE

Color information

#858AEE (or 0x858AEE) is unknown color: approx Portage. HEX triplet: 85, 8A and EE. RGB value is (133,138,238). Sum of RGB (Red+Green+Blue) = 133+138+238=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #858AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AEE is #7A7511. Grayscale: #939393. Windows color (decimal): -8025362 or 15633029. OLE color: 15633029.

HSL color Cylindrical-coordinate representation of color #858AEE: hue angle of 237.14º 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 #858AEE is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133138238-
CMYK0.440.4200.07
HSL237.14º75.54%72.75%-
HSV(B)237.14º44.12%93.33%-
XYZ34.1929.3484.75-
YUV147.9178.84117.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 238 (93.36% from 255) = 46.76%
R=26.13%
G=27.11%
B=46.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331382380.440.4200.07237.1475.5472.75
Hex858AEE2C2A07ed4c49
Octal205212356545207355114111
Binary10000101100010101110111010110010101001111110110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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