#8594df

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

Shades of Portage #8594DF

Tints of Portage #8594DF

Color information

#8594DF (or 0x8594DF) is unknown color: approx Portage. HEX triplet: 85, 94 and DF. RGB value is (133,148,223). Sum of RGB (Red+Green+Blue) = 133+148+223=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #8594DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594DF is #7A6B20. Grayscale: #979797. Windows color (decimal): -8022817 or 14652549. OLE color: 14652549.

HSL color Cylindrical-coordinate representation of color #8594DF: hue angle of 230º degrees, saturation: 0.58, 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 #8594DF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133148223-
CMYK0.400.3400.13
HSL230º58.44%69.8%-
HSV(B)230º40.36%87.45%-
XYZ33.5831.4974.12-
YUV152.06168.03114.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 223 (87.5% from 255) = 44.25%
R=26.39%
G=29.37%
B=44.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331482230.400.3400.1323058.4469.8
Hex8594DF28220De63a46
Octal205224337504201534672106
Binary10000101100101001101111110100010001001101111001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8594df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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