#9493EB

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

Shades of Portage #9493EB

Tints of Portage #9493EB

Color information

#9493EB (or 0x9493EB) is unknown color: approx Portage. HEX triplet: 94, 93 and EB. RGB value is (148,147,235). Sum of RGB (Red+Green+Blue) = 148+147+235=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #9493EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9493EB is #6B6C14. Grayscale: #9C9C9C. Windows color (decimal): -7040021 or 15438740. OLE color: 15438740.

HSL color Cylindrical-coordinate representation of color #9493EB: hue angle of 240.68º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9493EB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148147235-
CMYK0.370.3700.08
HSL240.68º68.75%74.9%-
HSV(B)240.68º37.45%92.16%-
XYZ37.6433.1683.01-
YUV157.33171.83121.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 235 (92.19% from 255) = 44.34%
R=27.92%
G=27.74%
B=44.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481472350.370.3700.08240.6868.7574.9
Hex9493EB252508f1454b
Octal2242233534545010361105113
Binary100101001001001111101011100101100101010001111000110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9493EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9493EB; }

 p { color: rgb(148,147,235); }

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

<style>
 a { background-color: #9493EB; }

 a { background-color: rgb(148,147,235); }

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

<style>
 span { border-color: #9493EB; }

 span { border-color: rgb(148,147,235); }

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