#8599ED

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

Shades of Portage #8599ED

Tints of Portage #8599ED

Color information

#8599ED (or 0x8599ED) is unknown color: approx Portage. HEX triplet: 85, 99 and ED. RGB value is (133,153,237). Sum of RGB (Red+Green+Blue) = 133+153+237=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #8599ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599ED is #7A6612. Grayscale: #9C9C9C. Windows color (decimal): -8021523 or 15571333. OLE color: 15571333.

HSL color Cylindrical-coordinate representation of color #8599ED: hue angle of 228.46º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8599ED is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133153237-
CMYK0.440.3500.07
HSL228.46º74.29%72.55%-
HSV(B)228.46º43.88%92.94%-
XYZ36.3533.8884.75-
YUV156.6173.37111.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.43%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=25.43%
G=29.25%
B=45.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331532370.440.3500.07228.4674.2972.55
Hex8599ED2C2307e44a49
Octal205231355544307344112111
Binary10000101100110011110110110110010001101111110010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8599ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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