#9399DC

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

Shades of Portage #9399DC

Tints of Portage #9399DC

Color information

#9399DC (or 0x9399DC) is unknown color: approx Portage. HEX triplet: 93, 99 and DC. RGB value is (147,153,220). Sum of RGB (Red+Green+Blue) = 147+153+220=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #9399DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9399DC is #6C6623. Grayscale: #9E9E9E. Windows color (decimal): -7104036 or 14457235. OLE color: 14457235.

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

Color convert

RGB147153220-
CMYK0.330.3000.14
HSL235.07º51.05%71.96%-
HSV(B)235.07º33.18%86.27%-
XYZ36.3434.1572.39-
YUV158.84162.51119.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=28.27%
G=29.42%
B=42.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471532200.330.3000.14235.0751.0571.96
Hex9399DC211E0Eeb3348
Octal223231334413601635363110
Binary1001001110011001110111001000011111001110111010111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9399DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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