#8595DC

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

Shades of Portage #8595DC

Tints of Portage #8595DC

Color information

#8595DC (or 0x8595DC) is unknown color: approx Portage. HEX triplet: 85, 95 and DC. RGB value is (133,149,220). Sum of RGB (Red+Green+Blue) = 133+149+220=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #8595DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595DC is #7A6A23. Grayscale: #989898. Windows color (decimal): -8022564 or 14456197. OLE color: 14456197.

HSL color Cylindrical-coordinate representation of color #8595DC: hue angle of 228.97º 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 #8595DC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133149220-
CMYK0.400.3200.14
HSL228.97º55.41%69.22%-
HSV(B)228.97º39.55%86.27%-
XYZ33.3431.6572.06-
YUV152.31166.2114.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=26.49%
G=29.68%
B=43.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331492200.400.3200.14228.9755.4169.22
Hex8595DC28200Ee53745
Octal205225334504001634567105
Binary10000101100101011101110010100010000001110111001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8595DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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