Html Css Color HEX #7458FA Medium Slate Blue

📋 copy color: '#7458FA'

red 116 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #7458FA

Tints of Medium Slate Blue #7458FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 25.55%
G = 19.38%
B = 55.07%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7458FA (or 0x7458FA) is known color: Medium Slate Blue. HEX triplet: 74, 58 and FA. RGB value is (116,88,250). Sum of RGB (Red+Green+Blue) = 116+88+250=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #7458FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7458FA is #8BA705. Grayscale: #727272. Windows color (decimal): -9152262 or 16406644. OLE color: 16406644.

HSL color Cylindrical-coordinate representation of color #7458FA: hue angle of 250.37º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7458FA is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 88 250 -
CMYK 0.54 0.65 0 0.02
HSL 250.37º 0.94% 0.66% -
HSV(B) 250.37º 0.65% 0.98% -
XYZ 27.95 17.59 92.37 -
YUV 114.84 204.28 128.83 -
System Red Green Blue C M Y K H S L
Decimal 116 88 250 0.54 0.65 0 0.02 250.37 0.94 0.66
Hex 74 58 FA 36 41 0 2 FA 5E 42
Octal 164 130 372 66 101 0 2 372 136 102
Binary 1110100 1011000 11111010 110110 1000001 0 10 11111010 1011110 1000010

Color Harmonies of #7458FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7458FA

Black with #7458FA

Text Example


Text Example

White with #7458FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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