#858DCA

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

Shades of Portage #858DCA

Tints of Portage #858DCA

Color information

#858DCA (or 0x858DCA) is unknown color: approx Portage. HEX triplet: 85, 8D and CA. RGB value is (133,141,202). Sum of RGB (Red+Green+Blue) = 133+141+202=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #858DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DCA is #7A7235. Grayscale: #919191. Windows color (decimal): -8024630 or 13274501. OLE color: 13274501.

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

Color convert

RGB133141202-
CMYK0.340.3000.21
HSL233.04º39.43%65.69%-
HSV(B)233.04º34.16%79.22%-
XYZ29.8628.359.77-
YUV145.56159.85119.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=27.94%
G=29.62%
B=42.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331412020.340.3000.21233.0439.4365.69
Hex858DCA221E015e92742
Octal205215312423602535147102
Binary10000101100011011100101010001011110010101111010011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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