#9395ED

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

Shades of Portage #9395ED

Tints of Portage #9395ED

Color information

#9395ED (or 0x9395ED) is unknown color: approx Portage. HEX triplet: 93, 95 and ED. RGB value is (147,149,237). Sum of RGB (Red+Green+Blue) = 147+149+237=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #9395ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9395ED is #6C6A12. Grayscale: #9E9E9E. Windows color (decimal): -7105043 or 15570323. OLE color: 15570323.

HSL color Cylindrical-coordinate representation of color #9395ED: hue angle of 238.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9395ED is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147149237-
CMYK0.380.3700.07
HSL238.67º71.43%75.29%-
HSV(B)238.67º37.97%92.94%-
XYZ38.0733.8184.64-
YUV158.43172.34119.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=27.58%
G=27.95%
B=44.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471492370.380.3700.07238.6771.4375.29
Hex9395ED262507ef474b
Octal223225355464507357107113
Binary10010011100101011110110110011010010101111110111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9395ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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