#858CCA

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

Shades of Portage #858CCA

Tints of Portage #858CCA

Color information

#858CCA (or 0x858CCA) is unknown color: approx Portage. HEX triplet: 85, 8C and CA. RGB value is (133,140,202). Sum of RGB (Red+Green+Blue) = 133+140+202=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #858CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CCA is #7A7335. Grayscale: #909090. Windows color (decimal): -8024886 or 13274245. OLE color: 13274245.

HSL color Cylindrical-coordinate representation of color #858CCA: hue angle of 233.91º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #858CCA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133140202-
CMYK0.340.3100.21
HSL233.91º39.43%65.69%-
HSV(B)233.91º34.16%79.22%-
XYZ29.7128.0159.72-
YUV144.98160.18119.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=28%
G=29.47%
B=42.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331402020.340.3100.21233.9139.4365.69
Hex858CCA221F015ea2742
Octal205214312423702535247102
Binary10000101100011001100101010001011111010101111010101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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