#9398DC

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

Shades of Portage #9398DC

Tints of Portage #9398DC

Color information

#9398DC (or 0x9398DC) is unknown color: approx Portage. HEX triplet: 93, 98 and DC. RGB value is (147,152,220). Sum of RGB (Red+Green+Blue) = 147+152+220=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #9398DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398DC is #6C6723. Grayscale: #9D9D9D. Windows color (decimal): -7104292 or 14456979. OLE color: 14456979.

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

Color convert

RGB147152220-
CMYK0.330.3100.14
HSL235.89º51.05%71.96%-
HSV(B)235.89º33.18%86.27%-
XYZ36.1833.8372.33-
YUV158.26162.84119.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.32%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=28.32%
G=29.29%
B=42.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471522200.330.3100.14235.8951.0571.96
Hex9398DC211F0Eec3348
Octal223230334413701635463110
Binary1001001110011000110111001000011111101110111011001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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