#7381DB

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

Shades of Portage #7381DB

Tints of Portage #7381DB

Color information

#7381DB (or 0x7381DB) is unknown color: approx Portage. HEX triplet: 73, 81 and DB. RGB value is (115,129,219). Sum of RGB (Red+Green+Blue) = 115+129+219=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #7381DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381DB is #8C7E24. Grayscale: #868686. Windows color (decimal): -9207333 or 14385523. OLE color: 14385523.

HSL color Cylindrical-coordinate representation of color #7381DB: hue angle of 231.92º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7381DB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115129219-
CMYK0.470.4100.14
HSL231.92º59.09%65.49%-
HSV(B)231.92º47.49%85.88%-
XYZ27.7124.4670.28-
YUV135.07175.36113.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.84%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 219 (85.94% from 255) = 47.30%
R=24.84%
G=27.86%
B=47.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151292190.470.4100.14231.9259.0965.49
Hex7381DB2F290Ee83b41
Octal163201333575101635073101
Binary1110011100000011101101110111110100101110111010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7381DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7381DB; }

 p { color: rgb(115,129,219); }

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

<style>
 a { background-color: #7381DB; }

 a { background-color: rgb(115,129,219); }

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

<style>
 span { border-color: #7381DB; }

 span { border-color: rgb(115,129,219); }

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