Html Css Color HEX #7458FC Medium Slate Blue

📋 copy color: '#7458FC'

red 116 ◦ green 88 ◦ blue 252

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

Shades of Medium Slate Blue #7458FC

Tints of Medium Slate Blue #7458FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 25.44%
G = 19.3%
B = 55.26%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7458FC (or 0x7458FC) is known color: Medium Slate Blue. HEX triplet: 74, 58 and FC. RGB value is (116,88,252). Sum of RGB (Red+Green+Blue) = 116+88+252=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #7458FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7458FC is #8BA703. Grayscale: #727272. Windows color (decimal): -9152260 or 16537716. OLE color: 16537716.

HSL color Cylindrical-coordinate representation of color #7458FC: hue angle of 250.24º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7458FC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 88 252 -
CMYK 0.54 0.65 0 0.01
HSL 250.24º 0.96% 0.67% -
HSV(B) 250.24º 0.65% 0.99% -
XYZ 28.26 17.72 94.03 -
YUV 115.07 205.28 128.66 -
System Red Green Blue C M Y K H S L
Decimal 116 88 252 0.54 0.65 0 0.01 250.24 0.96 0.67
Hex 74 58 FC 36 41 0 1 FA 60 43
Octal 164 130 374 66 101 0 1 372 140 103
Binary 1110100 1011000 11111100 110110 1000001 0 1 11111010 1100000 1000011

Color Harmonies of #7458FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7458FC

Black with #7458FC

Text Example


Text Example

White with #7458FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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