#7375e0

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

Shades of Medium Slate Blue #7375E0

Tints of Medium Slate Blue #7375E0

Color information

#7375E0 (or 0x7375E0) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 75 and E0. RGB value is (115,117,224). Sum of RGB (Red+Green+Blue) = 115+117+224=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #7375E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375E0 is #8C8A1F. Grayscale: #808080. Windows color (decimal): -9210400 or 14710131. OLE color: 14710131.

HSL color Cylindrical-coordinate representation of color #7375E0: hue angle of 238.9º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7375E0 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB115117224-
CMYK0.490.4800.12
HSL238.9º63.74%66.47%-
HSV(B)238.9º48.66%87.84%-
XYZ26.8921.7573.3-
YUV128.6181.84118.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.22%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 224 (87.89% from 255) = 49.12%
R=25.22%
G=25.66%
B=49.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1151172240.490.4800.12238.963.7466.47
Hex7375E031300Cef4042
Octal1631653406160014357100102
Binary1110011111010111100000110001110000011001110111110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7375e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7375e0; }

 p { color: rgb(115,117,224); }

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

<style>
 a { background-color: #7375e0; }

 a { background-color: rgb(115,117,224); }

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

<style>
 span { border-color: #7375e0; }

 span { border-color: rgb(115,117,224); }

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