#8594DE

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

Shades of Portage #8594DE

Tints of Portage #8594DE

Color information

#8594DE (or 0x8594DE) is unknown color: approx Portage. HEX triplet: 85, 94 and DE. RGB value is (133,148,222). Sum of RGB (Red+Green+Blue) = 133+148+222=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #8594DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594DE is #7A6B21. Grayscale: #979797. Windows color (decimal): -8022818 or 14587013. OLE color: 14587013.

HSL color Cylindrical-coordinate representation of color #8594DE: hue angle of 229.89º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8594DE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133148222-
CMYK0.400.3300.13
HSL229.89º57.42%69.61%-
HSV(B)229.89º40.09%87.06%-
XYZ33.4531.4473.41-
YUV151.95167.53114.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.44%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=26.44%
G=29.42%
B=44.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331482220.400.3300.13229.8957.4269.61
Hex8594DE28210De63946
Octal205224336504101534671106
Binary10000101100101001101111010100010000101101111001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8594DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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