#8588D7

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

Shades of Portage #8588D7

Tints of Portage #8588D7

Color information

#8588D7 (or 0x8588D7) is unknown color: approx Portage. HEX triplet: 85, 88 and D7. RGB value is (133,136,215). Sum of RGB (Red+Green+Blue) = 133+136+215=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #8588D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588D7 is #7A7728. Grayscale: #8F8F8F. Windows color (decimal): -8025897 or 14125189. OLE color: 14125189.

HSL color Cylindrical-coordinate representation of color #8588D7: hue angle of 237.8º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8588D7 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133136215-
CMYK0.380.3700.16
HSL237.8º50.62%68.24%-
HSV(B)237.8º38.14%84.31%-
XYZ30.7427.567.98-
YUV144.11168.01120.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.48%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 215 (84.38% from 255) = 44.42%
R=27.48%
G=28.10%
B=44.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331362150.380.3700.16237.850.6268.24
Hex8588D72625010ee3344
Octal205210327464502035663104
Binary100001011000100011010111100110100101010000111011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8588D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8588D7; }

 p { color: rgb(133,136,215); }

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

<style>
 a { background-color: #8588D7; }

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

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

<style>
 span { border-color: #8588D7; }

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

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