#7377DB

Color #7377DB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7377DB

Tints of Medium Slate Blue #7377DB

Color information

#7377DB (or 0x7377DB) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 77 and DB. RGB value is (115,119,219). Sum of RGB (Red+Green+Blue) = 115+119+219=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #7377DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7377DB is #8C8824. Grayscale: #808080. Windows color (decimal): -9209893 or 14382963. OLE color: 14382963.

HSL color Cylindrical-coordinate representation of color #7377DB: hue angle of 237.69º 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 #7377DB is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115119219-
CMYK0.470.4600.14
HSL237.69º59.09%65.49%-
HSV(B)237.69º47.49%85.88%-
XYZ26.4521.9569.86-
YUV129.2178.67117.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.39%
GREEN value IS 119 (46.88% from 255) = 26.27%
BLUE value IS 219 (85.94% from 255) = 48.34%
R=25.39%
G=26.27%
B=48.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151192190.470.4600.14237.6959.0965.49
Hex7377DB2F2E0Eee3b41
Octal163167333575601635673101
Binary111001111101111101101110111110111001110111011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7377DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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