Html Css Color HEX #7372DC Medium Slate Blue

📋 copy color: '#7372DC'

red 115 ◦ green 114 ◦ blue 220

#7372DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7372DC

Tints of Medium Slate Blue #7372DC

RGB

 RED value IS 115 (45.31% from 255) = 25.61%

 GREEN value IS 114 (44.92% from 255) = 25.39%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 25.61%
G = 25.39%
B = 49%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7372DC (or 0x7372DC) is known color: Medium Slate Blue. HEX triplet: 73, 72 and DC. RGB value is (115,114,220). Sum of RGB (Red+Green+Blue) = 115+114+220=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #7372DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7372DC is #8C8D23. Grayscale: #7D7D7D. Windows color (decimal): -9211172 or 14447219. OLE color: 14447219.

HSL color Cylindrical-coordinate representation of color #7372DC: hue angle of 240.57º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7372DC is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 114 220 -
CMYK 0.48 0.48 0 0.14
HSL 240.57º 0.6% 0.65% -
HSV(B) 240.57º 0.48% 0.86% -
XYZ 26.01 20.85 70.36 -
YUV 126.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 115 114 220 0.48 0.48 0 0.14 240.57 0.6 0.65
Hex 73 72 DC 30 30 0 E F1 3C 41
Octal 163 162 334 60 60 0 16 361 74 101
Binary 1110011 1110010 11011100 110000 110000 0 1110 11110001 111100 1000001

Color Harmonies of #7372DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7372DC

Black with #7372DC

Text Example


Text Example

White with #7372DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,114,220); }

 H1.HeaderClassName
 {
   color: #7372DC;
 }
 .AnyTagClassName
 {
   color: #7372DC;
 }
</style>

background-color css

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

 a { background-color: rgb(115,114,220); }

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

border-color css

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

 span { border-color: rgb(115,114,220); }

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