#858DCC

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

Shades of Portage #858DCC

Tints of Portage #858DCC

Color information

#858DCC (or 0x858DCC) is unknown color: approx Portage. HEX triplet: 85, 8D and CC. RGB value is (133,141,204). Sum of RGB (Red+Green+Blue) = 133+141+204=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #858DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DCC is #7A7233. Grayscale: #919191. Windows color (decimal): -8024628 or 13405573. OLE color: 13405573.

HSL color Cylindrical-coordinate representation of color #858DCC: hue angle of 233.24º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858DCC is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133141204-
CMYK0.350.3100.2
HSL233.24º41.04%66.08%-
HSV(B)233.24º34.8%80%-
XYZ30.128.461.02-
YUV145.79160.85118.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=27.82%
G=29.50%
B=42.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331412040.350.3100.2233.2441.0466.08
Hex858DCC231F014e92942
Octal205215314433702435151102
Binary10000101100011011100110010001111111010100111010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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