#9496FF

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

Shades of Portage #9496FF

Tints of Portage #9496FF

Color information

#9496FF (or 0x9496FF) is unknown color: approx Portage. HEX triplet: 94, 96 and FF. RGB value is (148,150,255). Sum of RGB (Red+Green+Blue) = 148+150+255=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #9496FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9496FF is #6B6900. Grayscale: #A0A0A0. Windows color (decimal): -7039233 or 16750228. OLE color: 16750228.

HSL color Cylindrical-coordinate representation of color #9496FF: hue angle of 238.88º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9496FF is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB148150255-
CMYK0.420.4100
HSL238.88º100%79.02%-
HSV(B)238.88º41.96%100%-
XYZ41.1735.3399.26-
YUV161.37180.84118.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.76%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 255 (100% from 255) = 46.11%
R=26.76%
G=27.12%
B=46.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481502550.420.4100238.8810079.02
Hex9496FF2A2900ef644f
Octal224226377525100357144117
Binary100101001001011011111111101010101001001110111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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