#9496DC

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

Shades of Portage #9496DC

Tints of Portage #9496DC

Color information

#9496DC (or 0x9496DC) is unknown color: approx Portage. HEX triplet: 94, 96 and DC. RGB value is (148,150,220). Sum of RGB (Red+Green+Blue) = 148+150+220=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9496DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496DC is #6B6923. Grayscale: #9D9D9D. Windows color (decimal): -7039268 or 14456468. OLE color: 14456468.

HSL color Cylindrical-coordinate representation of color #9496DC: hue angle of 238.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9496DC is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148150220-
CMYK0.330.3200.14
HSL238.33º50.7%72.16%-
HSV(B)238.33º32.73%86.27%-
XYZ36.0433.2872.23-
YUV157.38163.34121.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.57%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=28.57%
G=28.96%
B=42.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481502200.330.3200.14238.3350.772.16
Hex9496DC21200Eee3348
Octal224226334414001635663110
Binary10010100100101101101110010000110000001110111011101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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