#9593EF

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

Shades of Portage #9593EF

Tints of Portage #9593EF

Color information

#9593EF (or 0x9593EF) is unknown color: approx Portage. HEX triplet: 95, 93 and EF. RGB value is (149,147,239). Sum of RGB (Red+Green+Blue) = 149+147+239=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #9593EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9593EF is #6A6C10. Grayscale: #9D9D9D. Windows color (decimal): -6974481 or 15700885. OLE color: 15700885.

HSL color Cylindrical-coordinate representation of color #9593EF: hue angle of 241.3º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9593EF is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149147239-
CMYK0.380.3800.06
HSL241.3º74.19%75.69%-
HSV(B)241.3º38.49%93.73%-
XYZ38.4133.4986.1-
YUV158.09173.66121.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.85%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 239 (93.75% from 255) = 44.67%
R=27.85%
G=27.48%
B=44.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491472390.380.3800.06241.374.1975.69
Hex9593EF262606f14a4c
Octal225223357464606361112114
Binary10010101100100111110111110011010011001101111000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9593EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9593EF; }

 p { color: rgb(149,147,239); }

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

<style>
 a { background-color: #9593EF; }

 a { background-color: rgb(149,147,239); }

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

<style>
 span { border-color: #9593EF; }

 span { border-color: rgb(149,147,239); }

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