#7380df

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

Shades of Portage #7380DF

Tints of Portage #7380DF

Color information

#7380DF (or 0x7380DF) is unknown color: approx Portage. HEX triplet: 73, 80 and DF. RGB value is (115,128,223). Sum of RGB (Red+Green+Blue) = 115+128+223=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #7380DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380DF is #8C7F20. Grayscale: #868686. Windows color (decimal): -9207585 or 14647411. OLE color: 14647411.

HSL color Cylindrical-coordinate representation of color #7380DF: hue angle of 232.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7380DF is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115128223-
CMYK0.480.4300.13
HSL232.78º62.79%66.27%-
HSV(B)232.78º48.43%87.45%-
XYZ28.1124.4173.04-
YUV134.94177.69113.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.68%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=24.68%
G=27.47%
B=47.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151282230.480.4300.13232.7862.7966.27
Hex7380DF302B0De93f42
Octal163200337605301535177102
Binary1110011100000001101111111000010101101101111010011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7380df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7380df; }

 p { color: rgb(115,128,223); }

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

<style>
 a { background-color: #7380df; }

 a { background-color: rgb(115,128,223); }

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

<style>
 span { border-color: #7380df; }

 span { border-color: rgb(115,128,223); }

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