Html Css Color HEX #7372DA Medium Slate Blue

📋 copy color: '#7372DA'

red 115 ◦ green 114 ◦ blue 218

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

Shades of Medium Slate Blue #7372DA

Tints of Medium Slate Blue #7372DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 25.73%
G = 25.5%
B = 48.77%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7372DA (or 0x7372DA) is known color: Medium Slate Blue. HEX triplet: 73, 72 and DA. RGB value is (115,114,218). Sum of RGB (Red+Green+Blue) = 115+114+218=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #7372DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7372DA is #8C8D25. Grayscale: #7D7D7D. Windows color (decimal): -9211174 or 14316147. OLE color: 14316147.

HSL color Cylindrical-coordinate representation of color #7372DA: hue angle of 240.58º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7372DA is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 114 218 -
CMYK 0.47 0.48 0 0.15
HSL 240.58º 0.58% 0.65% -
HSV(B) 240.58º 0.48% 0.85% -
XYZ 25.74 20.74 68.98 -
YUV 126.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 115 114 218 0.47 0.48 0 0.15 240.58 0.58 0.65
Hex 73 72 DA 2F 30 0 F F1 3A 41
Octal 163 162 332 57 60 0 17 361 72 101
Binary 1110011 1110010 11011010 101111 110000 0 1111 11110001 111010 1000001

Color Harmonies of #7372DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7372DA

Black with #7372DA

Text Example


Text Example

White with #7372DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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