#9395EB

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

Shades of Portage #9395EB

Tints of Portage #9395EB

Color information

#9395EB (or 0x9395EB) is unknown color: approx Portage. HEX triplet: 93, 95 and EB. RGB value is (147,149,235). Sum of RGB (Red+Green+Blue) = 147+149+235=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #9395EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9395EB is #6C6A14. Grayscale: #9D9D9D. Windows color (decimal): -7105045 or 15439251. OLE color: 15439251.

HSL color Cylindrical-coordinate representation of color #9395EB: hue angle of 238.64º 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 #9395EB is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147149235-
CMYK0.370.3700.08
HSL238.64º68.75%74.9%-
HSV(B)238.64º37.45%92.16%-
XYZ37.7833.783.11-
YUV158.21171.34120.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=27.68%
G=28.06%
B=44.26%

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
Decimal1471492350.370.3700.08238.6468.7574.9
Hex9395EB252508ef454b
Octal2232253534545010357105113
Binary100100111001010111101011100101100101010001110111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9395EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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