#9397DF

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

Shades of Portage #9397DF

Tints of Portage #9397DF

Color information

#9397DF (or 0x9397DF) is unknown color: approx Portage. HEX triplet: 93, 97 and DF. RGB value is (147,151,223). Sum of RGB (Red+Green+Blue) = 147+151+223=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #9397DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397DF is #6C6820. Grayscale: #9D9D9D. Windows color (decimal): -7104545 or 14653331. OLE color: 14653331.

HSL color Cylindrical-coordinate representation of color #9397DF: hue angle of 236.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9397DF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147151223-
CMYK0.340.3200.13
HSL236.84º54.29%72.55%-
HSV(B)236.84º34.08%87.45%-
XYZ36.4233.6674.39-
YUV158.01164.67120.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=28.21%
G=28.98%
B=42.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471512230.340.3200.13236.8454.2972.55
Hex9397DF22200Ded3649
Octal223227337424001535566111
Binary10010011100101111101111110001010000001101111011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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