#9398DD

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

Shades of Portage #9398DD

Tints of Portage #9398DD

Color information

#9398DD (or 0x9398DD) is unknown color: approx Portage. HEX triplet: 93, 98 and DD. RGB value is (147,152,221). Sum of RGB (Red+Green+Blue) = 147+152+221=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #9398DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398DD is #6C6722. Grayscale: #9E9E9E. Windows color (decimal): -7104291 or 14522515. OLE color: 14522515.

HSL color Cylindrical-coordinate representation of color #9398DD: hue angle of 235.95º 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 #9398DD is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147152221-
CMYK0.330.3100.13
HSL235.95º52.11%72.16%-
HSV(B)235.95º33.48%86.67%-
XYZ36.3133.8873.03-
YUV158.37163.34119.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=28.27%
G=29.23%
B=42.5%

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
Decimal1471522210.330.3100.13235.9552.1172.16
Hex9398DD211F0Dec3448
Octal223230335413701535464110
Binary1001001110011000110111011000011111101101111011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,152,221); }

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

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

 a { background-color: rgb(147,152,221); }

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

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

 span { border-color: rgb(147,152,221); }

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