#8585e3

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

Shades of Portage #8585E3

Tints of Portage #8585E3

Color information

#8585E3 (or 0x8585E3) is unknown color: approx Portage. HEX triplet: 85, 85 and E3. RGB value is (133,133,227). Sum of RGB (Red+Green+Blue) = 133+133+227=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 227 - color contains mainly: blue. Hex color #8585E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585E3 is #7A7A1C. Grayscale: #8F8F8F. Windows color (decimal): -8026653 or 14910853. OLE color: 14910853.

HSL color Cylindrical-coordinate representation of color #8585E3: hue angle of 240º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8585E3 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB133133227-
CMYK0.410.4100.11
HSL240º62.67%70.59%-
HSV(B)240º41.41%89.02%-
XYZ31.9327.3176.26-
YUV143.72175120.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 227 (89.06% from 255) = 46.04%
R=26.98%
G=26.98%
B=46.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1331332270.410.4100.1124062.6770.59
Hex8585E329290Bf03f47
Octal205205343515101336077107
Binary10000101100001011110001110100110100101011111100001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8585e3; }

 p { color: rgb(133,133,227); }

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

<style>
 a { background-color: #8585e3; }

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

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

<style>
 span { border-color: #8585e3; }

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

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