#858DDC

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

Shades of Portage #858DDC

Tints of Portage #858DDC

Color information

#858DDC (or 0x858DDC) is unknown color: approx Portage. HEX triplet: 85, 8D and DC. RGB value is (133,141,220). Sum of RGB (Red+Green+Blue) = 133+141+220=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #858DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DDC is #7A7223. Grayscale: #939393. Windows color (decimal): -8024612 or 14454149. OLE color: 14454149.

HSL color Cylindrical-coordinate representation of color #858DDC: hue angle of 234.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858DDC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133141220-
CMYK0.400.3600.14
HSL234.48º55.41%69.22%-
HSV(B)234.48º39.55%86.27%-
XYZ32.1229.271.65-
YUV147.61168.85117.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=26.92%
G=28.54%
B=44.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331412200.400.3600.14234.4855.4169.22
Hex858DDC28240Eea3745
Octal205215334504401635267105
Binary10000101100011011101110010100010010001110111010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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