#9896ED

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

Shades of Portage #9896ED

Tints of Portage #9896ED

Color information

#9896ED (or 0x9896ED) is unknown color: approx Portage. HEX triplet: 98, 96 and ED. RGB value is (152,150,237). Sum of RGB (Red+Green+Blue) = 152+150+237=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #9896ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9896ED is #676912. Grayscale: #A0A0A0. Windows color (decimal): -6777107 or 15570584. OLE color: 15570584.

HSL color Cylindrical-coordinate representation of color #9896ED: hue angle of 241.38º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9896ED is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152150237-
CMYK0.360.3700.07
HSL241.38º70.73%75.88%-
HSV(B)241.38º36.71%92.94%-
XYZ39.1434.684.74-
YUV160.52171.16121.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.20%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 237 (92.97% from 255) = 43.97%
R=28.20%
G=27.83%
B=43.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521502370.360.3700.07241.3870.7375.88
Hex9896ED242507f1474c
Octal230226355444507361107114
Binary10011000100101101110110110010010010101111111000110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9896ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9896ED; }

 p { color: rgb(152,150,237); }

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

<style>
 a { background-color: #9896ED; }

 a { background-color: rgb(152,150,237); }

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

<style>
 span { border-color: #9896ED; }

 span { border-color: rgb(152,150,237); }

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