#858CEE

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

Shades of Portage #858CEE

Tints of Portage #858CEE

Color information

#858CEE (or 0x858CEE) is unknown color: approx Portage. HEX triplet: 85, 8C and EE. RGB value is (133,140,238). Sum of RGB (Red+Green+Blue) = 133+140+238=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #858CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CEE is #7A7311. Grayscale: #949494. Windows color (decimal): -8024850 or 15633541. OLE color: 15633541.

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

Color convert

RGB133140238-
CMYK0.440.4100.07
HSL236º75.54%72.75%-
HSV(B)236º44.12%93.33%-
XYZ34.4829.9284.85-
YUV149.08178.18116.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.03%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 238 (93.36% from 255) = 46.58%
R=26.03%
G=27.40%
B=46.58%

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
Decimal1331402380.440.4100.0723675.5472.75
Hex858CEE2C2907ec4c49
Octal205214356545107354114111
Binary10000101100011001110111010110010100101111110110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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