#8596CC

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

Shades of Portage #8596CC

Tints of Portage #8596CC

Color information

#8596CC (or 0x8596CC) is unknown color: approx Portage. HEX triplet: 85, 96 and CC. RGB value is (133,150,204). Sum of RGB (Red+Green+Blue) = 133+150+204=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #8596CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596CC is #7A6933. Grayscale: #969696. Windows color (decimal): -8022324 or 13407877. OLE color: 13407877.

HSL color Cylindrical-coordinate representation of color #8596CC: hue angle of 225.63º 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 #8596CC is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133150204-
CMYK0.350.2600.2
HSL225.63º41.04%66.08%-
HSV(B)225.63º34.8%80%-
XYZ31.4831.1661.48-
YUV151.07157.87115.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=27.31%
G=30.80%
B=41.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331502040.350.2600.2225.6341.0466.08
Hex8596CC231A014e22942
Octal205226314433202434251102
Binary10000101100101101100110010001111010010100111000101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8596CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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