#8599CA

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

Shades of Portage #8599CA

Tints of Portage #8599CA

Color information

#8599CA (or 0x8599CA) is unknown color: approx Portage. HEX triplet: 85, 99 and CA. RGB value is (133,153,202). Sum of RGB (Red+Green+Blue) = 133+153+202=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #8599CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599CA is #7A6635. Grayscale: #989898. Windows color (decimal): -8021558 or 13277573. OLE color: 13277573.

HSL color Cylindrical-coordinate representation of color #8599CA: hue angle of 222.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8599CA is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB133153202-
CMYK0.340.2400.21
HSL222.61º39.43%65.69%-
HSV(B)222.61º34.16%79.22%-
XYZ31.7232.0360.39-
YUV152.61155.87114.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 153 (60.16% from 255) = 31.35%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=27.25%
G=31.35%
B=41.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1331532020.340.2400.21222.6139.4365.69
Hex8599CA2218015df2742
Octal205231312423002533747102
Binary10000101100110011100101010001011000010101110111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8599CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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