#8595DE

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

Shades of Portage #8595DE

Tints of Portage #8595DE

Color information

#8595DE (or 0x8595DE) is unknown color: approx Portage. HEX triplet: 85, 95 and DE. RGB value is (133,149,222). Sum of RGB (Red+Green+Blue) = 133+149+222=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #8595DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595DE is #7A6A21. Grayscale: #989898. Windows color (decimal): -8022562 or 14587269. OLE color: 14587269.

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

Color convert

RGB133149222-
CMYK0.400.3300.13
HSL229.21º57.42%69.61%-
HSV(B)229.21º40.09%87.06%-
XYZ33.6131.7673.47-
YUV152.54167.2114.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 149 (58.59% from 255) = 29.56%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=26.39%
G=29.56%
B=44.05%

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
Decimal1331492220.400.3300.13229.2157.4269.61
Hex8595DE28210De53946
Octal205225336504101534571106
Binary10000101100101011101111010100010000101101111001011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8595DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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