#9398DA

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

Shades of Portage #9398DA

Tints of Portage #9398DA

Color information

#9398DA (or 0x9398DA) is unknown color: approx Portage. HEX triplet: 93, 98 and DA. RGB value is (147,152,218). Sum of RGB (Red+Green+Blue) = 147+152+218=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #9398DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398DA is #6C6725. Grayscale: #9D9D9D. Windows color (decimal): -7104294 or 14325907. OLE color: 14325907.

HSL color Cylindrical-coordinate representation of color #9398DA: hue angle of 235.77º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9398DA is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147152218-
CMYK0.330.3000.15
HSL235.77º48.97%71.57%-
HSV(B)235.77º32.57%85.49%-
XYZ35.9233.7270.95-
YUV158.03161.84120.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=28.43%
G=29.40%
B=42.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471522180.330.3000.15235.7748.9771.57
Hex9398DA211E0Fec3148
Octal223230332413601735461110
Binary1001001110011000110110101000011111001111111011001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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