#9496EA

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

Shades of Portage #9496EA

Tints of Portage #9496EA

Color information

#9496EA (or 0x9496EA) is unknown color: approx Portage. HEX triplet: 94, 96 and EA. RGB value is (148,150,234). Sum of RGB (Red+Green+Blue) = 148+150+234=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 150 (58.98% from 255 or 28.20% 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 #9496EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9496EA is #6B6915. Grayscale: #9E9E9E. Windows color (decimal): -7039254 or 15373972. OLE color: 15373972.

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

Color convert

RGB148150234-
CMYK0.370.3600.08
HSL238.6º67.19%74.9%-
HSV(B)238.6º36.75%91.76%-
XYZ37.9734.0582.41-
YUV158.98170.34120.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=27.82%
G=28.20%
B=43.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481502340.370.3600.08238.667.1974.9
Hex9496EA252408ef434b
Octal2242263524544010357103113
Binary100101001001011011101010100101100100010001110111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,150,234); }

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

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

 a { background-color: rgb(148,150,234); }

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

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

 span { border-color: rgb(148,150,234); }

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