Html Css Color HEX #7458EB Medium Slate Blue

📋 copy color: '#7458EB'

red 116 ◦ green 88 ◦ blue 235

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

Shades of Medium Slate Blue #7458EB

Tints of Medium Slate Blue #7458EB

RGB

 RED value IS 116 (45.7% from 255) = 26.42%

 GREEN value IS 88 (34.77% from 255) = 20.05%

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

R = 26.42%
G = 20.05%
B = 53.53%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7458EB (or 0x7458EB) is known color: Medium Slate Blue. HEX triplet: 74, 58 and EB. RGB value is (116,88,235). Sum of RGB (Red+Green+Blue) = 116+88+235=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #7458EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7458EB is #8BA714. Grayscale: #707070. Windows color (decimal): -9152277 or 15423604. OLE color: 15423604.

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

Color convert

RGB 116 88 235 -
CMYK 0.51 0.63 0 0.08
HSL 251.43º 0.79% 0.63% -
HSV(B) 251.43º 0.63% 0.92% -
XYZ 25.69 16.69 80.46 -
YUV 113.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 116 88 235 0.51 0.63 0 0.08 251.43 0.79 0.63
Hex 74 58 EB 33 3F 0 8 FB 4F 3F
Octal 164 130 353 63 77 0 10 373 117 77
Binary 1110100 1011000 11101011 110011 111111 0 1000 11111011 1001111 111111

Color Harmonies of #7458EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7458EB

Black with #7458EB

Text Example


Text Example

White with #7458EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,88,235); }

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

background-color css

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

 a { background-color: rgb(116,88,235); }

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

border-color css

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

 span { border-color: rgb(116,88,235); }

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