#8599DC

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

Shades of Portage #8599DC

Tints of Portage #8599DC

Color information

#8599DC (or 0x8599DC) is unknown color: approx Portage. HEX triplet: 85, 99 and DC. RGB value is (133,153,220). Sum of RGB (Red+Green+Blue) = 133+153+220=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #8599DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599DC is #7A6623. Grayscale: #9A9A9A. Windows color (decimal): -8021540 or 14457221. OLE color: 14457221.

HSL color Cylindrical-coordinate representation of color #8599DC: hue angle of 226.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8599DC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133153220-
CMYK0.400.3000.14
HSL226.21º55.41%69.22%-
HSV(B)226.21º39.55%86.27%-
XYZ33.9832.9472.28-
YUV154.66164.87112.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.28%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=26.28%
G=30.24%
B=43.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331532200.400.3000.14226.2155.4169.22
Hex8599DC281E0Ee23745
Octal205231334503601634267105
Binary1000010110011001110111001010001111001110111000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8599DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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