Html Css Color HEX #7370DC Medium Slate Blue

📋 copy color: '#7370DC'

red 115 ◦ green 112 ◦ blue 220

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

Shades of Medium Slate Blue #7370DC

Tints of Medium Slate Blue #7370DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

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

R = 25.73%
G = 25.06%
B = 49.22%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7370DC (or 0x7370DC) is known color: Medium Slate Blue. HEX triplet: 73, 70 and DC. RGB value is (115,112,220). Sum of RGB (Red+Green+Blue) = 115+112+220=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #7370DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7370DC is #8C8F23. Grayscale: #7C7C7C. Windows color (decimal): -9211684 or 14446707. OLE color: 14446707.

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

Color convert

RGB 115 112 220 -
CMYK 0.48 0.49 0 0.14
HSL 241.67º 0.61% 0.65% -
HSV(B) 241.67º 0.49% 0.86% -
XYZ 25.78 20.4 70.29 -
YUV 125.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 115 112 220 0.48 0.49 0 0.14 241.67 0.61 0.65
Hex 73 70 DC 30 31 0 E F2 3D 41
Octal 163 160 334 60 61 0 16 362 75 101
Binary 1110011 1110000 11011100 110000 110001 0 1110 11110010 111101 1000001

Color Harmonies of #7370DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7370DC

Black with #7370DC

Text Example


Text Example

White with #7370DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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