#8599CC

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

Shades of Portage #8599CC

Tints of Portage #8599CC

Color information

#8599CC (or 0x8599CC) is unknown color: approx Portage. HEX triplet: 85, 99 and CC. RGB value is (133,153,204). Sum of RGB (Red+Green+Blue) = 133+153+204=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #8599CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599CC is #7A6633. Grayscale: #989898. Windows color (decimal): -8021556 or 13408645. OLE color: 13408645.

HSL color Cylindrical-coordinate representation of color #8599CC: hue angle of 223.1º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8599CC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133153204-
CMYK0.350.2500.2
HSL223.1º41.04%66.08%-
HSV(B)223.1º34.8%80%-
XYZ31.9632.1361.64-
YUV152.83156.87113.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.14%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=27.14%
G=31.22%
B=41.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331532040.350.2500.2223.141.0466.08
Hex8599CC2319014df2942
Octal205231314433102433751102
Binary10000101100110011100110010001111001010100110111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8599CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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