#858CEC

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

Shades of Portage #858CEC

Tints of Portage #858CEC

Color information

#858CEC (or 0x858CEC) is unknown color: approx Portage. HEX triplet: 85, 8C and EC. RGB value is (133,140,236). Sum of RGB (Red+Green+Blue) = 133+140+236=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #858CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CEC is #7A7313. Grayscale: #949494. Windows color (decimal): -8024852 or 15502469. OLE color: 15502469.

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

Color convert

RGB133140236-
CMYK0.440.4100.07
HSL235.92º73.05%72.35%-
HSV(B)235.92º43.64%92.55%-
XYZ34.1929.883.31-
YUV148.85177.18116.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 236 (92.58% from 255) = 46.37%
R=26.13%
G=27.50%
B=46.37%

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
Decimal1331402360.440.4100.07235.9273.0572.35
Hex858CEC2C2907ec4948
Octal205214354545107354111110
Binary10000101100011001110110010110010100101111110110010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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