#9499DD

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

Shades of Portage #9499DD

Tints of Portage #9499DD

Color information

#9499DD (or 0x9499DD) is unknown color: approx Portage. HEX triplet: 94, 99 and DD. RGB value is (148,153,221). Sum of RGB (Red+Green+Blue) = 148+153+221=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #9499DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499DD is #6B6622. Grayscale: #9E9E9E. Windows color (decimal): -7038499 or 14522772. OLE color: 14522772.

HSL color Cylindrical-coordinate representation of color #9499DD: hue angle of 235.89º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9499DD is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148153221-
CMYK0.330.3100.13
HSL235.89º51.77%72.35%-
HSV(B)235.89º33.03%86.67%-
XYZ36.6634.373.1-
YUV159.26162.84119.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=28.35%
G=29.31%
B=42.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481532210.330.3100.13235.8951.7772.35
Hex9499DD211F0Dec3448
Octal224231335413701535464110
Binary1001010010011001110111011000011111101101111011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9499DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9499DD; }

 p { color: rgb(148,153,221); }

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

<style>
 a { background-color: #9499DD; }

 a { background-color: rgb(148,153,221); }

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

<style>
 span { border-color: #9499DD; }

 span { border-color: rgb(148,153,221); }

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