Html Css Color HEX #7370EB Medium Slate Blue

📋 copy color: '#7370EB'

red 115 ◦ green 112 ◦ blue 235

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

Shades of Medium Slate Blue #7370EB

Tints of Medium Slate Blue #7370EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.87%

R = 24.89%
G = 24.24%
B = 50.87%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7370EB (or 0x7370EB) is known color: Medium Slate Blue. HEX triplet: 73, 70 and EB. RGB value is (115,112,235). Sum of RGB (Red+Green+Blue) = 115+112+235=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #7370EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7370EB is #8C8F14. Grayscale: #7E7E7E. Windows color (decimal): -9211669 or 15429747. OLE color: 15429747.

HSL color Cylindrical-coordinate representation of color #7370EB: hue angle of 241.46º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7370EB is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 112 235 -
CMYK 0.51 0.52 0 0.08
HSL 241.46º 0.75% 0.68% -
HSV(B) 241.46º 0.52% 0.92% -
XYZ 27.86 21.23 81.23 -
YUV 126.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 115 112 235 0.51 0.52 0 0.08 241.46 0.75 0.68
Hex 73 70 EB 33 34 0 8 F1 4B 44
Octal 163 160 353 63 64 0 10 361 113 104
Binary 1110011 1110000 11101011 110011 110100 0 1000 11110001 1001011 1000100

Color Harmonies of #7370EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7370EB

Black with #7370EB

Text Example


Text Example

White with #7370EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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