#9592EA

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

Shades of Portage #9592EA

Tints of Portage #9592EA

Color information

#9592EA (or 0x9592EA) is unknown color: approx Portage. HEX triplet: 95, 92 and EA. RGB value is (149,146,234). Sum of RGB (Red+Green+Blue) = 149+146+234=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #9592EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9592EA is #6A6D15. Grayscale: #9C9C9C. Windows color (decimal): -6974742 or 15372949. OLE color: 15372949.

HSL color Cylindrical-coordinate representation of color #9592EA: hue angle of 242.05º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9592EA is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149146234-
CMYK0.360.3800.08
HSL242.05º67.69%74.51%-
HSV(B)242.05º37.61%91.76%-
XYZ37.5232.8982.21-
YUV156.93171.49122.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=28.17%
G=27.60%
B=44.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491462340.360.3800.08242.0567.6974.51
Hex9592EA242608f2444b
Octal2252223524446010362104113
Binary100101011001001011101010100100100110010001111001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9592EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,146,234); }

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

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

 a { background-color: rgb(149,146,234); }

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

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

 span { border-color: rgb(149,146,234); }

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