#8599E9

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

Shades of Portage #8599E9

Tints of Portage #8599E9

Color information

#8599E9 (or 0x8599E9) is unknown color: approx Portage. HEX triplet: 85, 99 and E9. RGB value is (133,153,233). Sum of RGB (Red+Green+Blue) = 133+153+233=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #8599E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599E9 is #7A6616. Grayscale: #9B9B9B. Windows color (decimal): -8021527 or 15309189. OLE color: 15309189.

HSL color Cylindrical-coordinate representation of color #8599E9: hue angle of 228º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8599E9 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB133153233-
CMYK0.430.3400.09
HSL228º69.44%71.76%-
HSV(B)228º42.92%91.37%-
XYZ35.7733.6581.7-
YUV156.14171.37111.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.63%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 233 (91.41% from 255) = 44.89%
R=25.63%
G=29.48%
B=44.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1331532330.430.3400.0922869.4471.76
Hex8599E92B2209e44548
Octal2052313515342011344105110
Binary100001011001100111101001101011100010010011110010010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8599E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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