#9397D6

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

Shades of Portage #9397D6

Tints of Portage #9397D6

Color information

#9397D6 (or 0x9397D6) is unknown color: approx Portage. HEX triplet: 93, 97 and D6. RGB value is (147,151,214). Sum of RGB (Red+Green+Blue) = 147+151+214=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #9397D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397D6 is #6C6829. Grayscale: #9C9C9C. Windows color (decimal): -7104554 or 14063507. OLE color: 14063507.

HSL color Cylindrical-coordinate representation of color #9397D6: hue angle of 236.42º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9397D6 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB147151214-
CMYK0.310.2900.16
HSL236.42º44.97%70.78%-
HSV(B)236.42º31.31%83.92%-
XYZ35.2433.1968.17-
YUV156.99160.17120.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.71%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 214 (83.98% from 255) = 41.80%
R=28.71%
G=29.49%
B=41.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471512140.310.2900.16236.4244.9770.78
Hex9397D61F1D010ec2d47
Octal223227326373502035455107
Binary1001001110010111110101101111111101010000111011001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9397D6; }

 p { color: rgb(147,151,214); }

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

<style>
 a { background-color: #9397D6; }

 a { background-color: rgb(147,151,214); }

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

<style>
 span { border-color: #9397D6; }

 span { border-color: rgb(147,151,214); }

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