#8599DD

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

Shades of Portage #8599DD

Tints of Portage #8599DD

Color information

#8599DD (or 0x8599DD) is unknown color: approx Portage. HEX triplet: 85, 99 and DD. RGB value is (133,153,221). Sum of RGB (Red+Green+Blue) = 133+153+221=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #8599DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599DD is #7A6622. Grayscale: #9A9A9A. Windows color (decimal): -8021539 or 14522757. OLE color: 14522757.

HSL color Cylindrical-coordinate representation of color #8599DD: hue angle of 226.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8599DD is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133153221-
CMYK0.400.3100.13
HSL226.36º56.41%69.41%-
HSV(B)226.36º39.82%86.67%-
XYZ34.1232.9972.98-
YUV154.77165.37112.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=26.23%
G=30.18%
B=43.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331532210.400.3100.13226.3656.4169.41
Hex8599DD281F0De23845
Octal205231335503701534270105
Binary1000010110011001110111011010001111101101111000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8599DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8599DD; }

 p { color: rgb(133,153,221); }

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

<style>
 a { background-color: #8599DD; }

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

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

<style>
 span { border-color: #8599DD; }

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

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