#9793EA

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

Shades of Portage #9793EA

Tints of Portage #9793EA

Color information

#9793EA (or 0x9793EA) is unknown color: approx Portage. HEX triplet: 97, 93 and EA. RGB value is (151,147,234). Sum of RGB (Red+Green+Blue) = 151+147+234=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #9793EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9793EA is #686C15. Grayscale: #9D9D9D. Windows color (decimal): -6843414 or 15373207. OLE color: 15373207.

HSL color Cylindrical-coordinate representation of color #9793EA: hue angle of 242.76º degrees, saturation: 0.67, 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 #9793EA is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151147234-
CMYK0.350.3700.08
HSL242.76º67.44%74.71%-
HSV(B)242.76º37.18%91.76%-
XYZ38.0533.3982.28-
YUV158.11170.83122.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.38%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=28.38%
G=27.63%
B=43.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511472340.350.3700.08242.7667.4474.71
Hex9793EA232508f3434b
Octal2272233524345010363103113
Binary100101111001001111101010100011100101010001111001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9793EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9793EA; }

 p { color: rgb(151,147,234); }

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

<style>
 a { background-color: #9793EA; }

 a { background-color: rgb(151,147,234); }

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

<style>
 span { border-color: #9793EA; }

 span { border-color: rgb(151,147,234); }

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