#8594DC

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

Shades of Portage #8594DC

Tints of Portage #8594DC

Color information

#8594DC (or 0x8594DC) is unknown color: approx Portage. HEX triplet: 85, 94 and DC. RGB value is (133,148,220). Sum of RGB (Red+Green+Blue) = 133+148+220=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8594DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594DC is #7A6B23. Grayscale: #979797. Windows color (decimal): -8022820 or 14455941. OLE color: 14455941.

HSL color Cylindrical-coordinate representation of color #8594DC: hue angle of 229.66º 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 #8594DC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133148220-
CMYK0.400.3300.14
HSL229.66º55.41%69.22%-
HSV(B)229.66º39.55%86.27%-
XYZ33.1831.3372.01-
YUV151.72166.53114.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=26.55%
G=29.54%
B=43.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331482200.400.3300.14229.6655.4169.22
Hex8594DC28210Ee63745
Octal205224334504101634667105
Binary10000101100101001101110010100010000101110111001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8594DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8594DC; }

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

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

<style>
 a { background-color: #8594DC; }

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

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

<style>
 span { border-color: #8594DC; }

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

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