#858FCA

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

Shades of Portage #858FCA

Tints of Portage #858FCA

Color information

#858FCA (or 0x858FCA) is unknown color: approx Portage. HEX triplet: 85, 8F and CA. RGB value is (133,143,202). Sum of RGB (Red+Green+Blue) = 133+143+202=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #858FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FCA is #7A7035. Grayscale: #929292. Windows color (decimal): -8024118 or 13275013. OLE color: 13275013.

HSL color Cylindrical-coordinate representation of color #858FCA: hue angle of 231.3º 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 #858FCA is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133143202-
CMYK0.340.2900.21
HSL231.3º39.43%65.69%-
HSV(B)231.3º34.16%79.22%-
XYZ30.1628.959.87-
YUV146.74159.19118.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=27.82%
G=29.92%
B=42.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331432020.340.2900.21231.339.4365.69
Hex858FCA221D015e72742
Octal205217312423502534747102
Binary10000101100011111100101010001011101010101111001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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