Html Css Color HEX #7073ED Medium Slate Blue

📋 copy color: '#7073ED'

red 112 ◦ green 115 ◦ blue 237

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

Shades of Medium Slate Blue #7073ED

Tints of Medium Slate Blue #7073ED

RGB

 RED value IS 112 (44.14% from 255) = 24.14%

 GREEN value IS 115 (45.31% from 255) = 24.78%

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 24.14%
G = 24.78%
B = 51.08%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7073ED (or 0x7073ED) is known color: Medium Slate Blue. HEX triplet: 70, 73 and ED. RGB value is (112,115,237). Sum of RGB (Red+Green+Blue) = 112+115+237=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #7073ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7073ED is #8F8C12. Grayscale: #7F7F7F. Windows color (decimal): -9407507 or 15561584. OLE color: 15561584.

HSL color Cylindrical-coordinate representation of color #7073ED: hue angle of 238.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7073ED is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 115 237 -
CMYK 0.53 0.51 0 0.07
HSL 238.56º 0.78% 0.68% -
HSV(B) 238.56º 0.53% 0.93% -
XYZ 28.1 21.82 82.85 -
YUV 128.01 189.51 116.58 -
System Red Green Blue C M Y K H S L
Decimal 112 115 237 0.53 0.51 0 0.07 238.56 0.78 0.68
Hex 70 73 ED 35 33 0 7 EF 4E 44
Octal 160 163 355 65 63 0 7 357 116 104
Binary 1110000 1110011 11101101 110101 110011 0 111 11101111 1001110 1000100

Color Harmonies of #7073ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7073ED

Black with #7073ED

Text Example


Text Example

White with #7073ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7073ED; }

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

 H1.HeaderClassName
 {
   color: #7073ED;
 }
 .AnyTagClassName
 {
   color: #7073ED;
 }
</style>

background-color css

<style>
 a { background-color: #7073ED; }

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

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

border-color css

<style>
 span { border-color: #7073ED; }

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

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