#9499DE

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

Shades of Portage #9499DE

Tints of Portage #9499DE

Color information

#9499DE (or 0x9499DE) is unknown color: approx Portage. HEX triplet: 94, 99 and DE. RGB value is (148,153,222). Sum of RGB (Red+Green+Blue) = 148+153+222=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #9499DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499DE is #6B6621. Grayscale: #9F9F9F. Windows color (decimal): -7038498 or 14588308. OLE color: 14588308.

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

Color convert

RGB148153222-
CMYK0.330.3100.13
HSL235.95º52.86%72.55%-
HSV(B)235.95º33.33%87.06%-
XYZ36.7934.3573.8-
YUV159.37163.34119.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.30%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=28.30%
G=29.25%
B=42.45%

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
Decimal1481532220.330.3100.13235.9552.8672.55
Hex9499DE211F0Dec3549
Octal224231336413701535465111
Binary1001010010011001110111101000011111101101111011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9499DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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