#8595DD

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

Shades of Portage #8595DD

Tints of Portage #8595DD

Color information

#8595DD (or 0x8595DD) is unknown color: approx Portage. HEX triplet: 85, 95 and DD. RGB value is (133,149,221). Sum of RGB (Red+Green+Blue) = 133+149+221=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #8595DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595DD is #7A6A22. Grayscale: #989898. Windows color (decimal): -8022563 or 14521733. OLE color: 14521733.

HSL color Cylindrical-coordinate representation of color #8595DD: hue angle of 229.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8595DD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133149221-
CMYK0.400.3300.13
HSL229.09º56.41%69.41%-
HSV(B)229.09º39.82%86.67%-
XYZ33.4731.772.76-
YUV152.42166.7114.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.44%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=26.44%
G=29.62%
B=43.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331492210.400.3300.13229.0956.4169.41
Hex8595DD28210De53845
Octal205225335504101534570105
Binary10000101100101011101110110100010000101101111001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8595DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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