Html Css Color HEX #7558FE Medium Slate Blue

📋 copy color: '#7558FE'

red 117 ◦ green 88 ◦ blue 254

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

Shades of Medium Slate Blue #7558FE

Tints of Medium Slate Blue #7558FE

RGB

 RED value IS 117 (46.09% from 255) = 25.49%

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

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 25.49%
G = 19.17%
B = 55.34%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7558FE (or 0x7558FE) is known color: Medium Slate Blue. HEX triplet: 75, 58 and FE. RGB value is (117,88,254). Sum of RGB (Red+Green+Blue) = 117+88+254=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #7558FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7558FE is #8AA701. Grayscale: #727272. Windows color (decimal): -9086722 or 16668789. OLE color: 16668789.

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

Color convert

RGB 117 88 254 -
CMYK 0.54 0.65 0 0.00
HSL 250.48º 0.99% 0.67% -
HSV(B) 250.48º 0.65% 1% -
XYZ 28.72 17.92 95.71 -
YUV 115.6 206.11 129 -
System Red Green Blue C M Y K H S L
Decimal 117 88 254 0.54 0.65 0 0.00 250.48 0.99 0.67
Hex 75 58 FE 36 41 0 0 FA 63 43
Octal 165 130 376 66 101 0 0 372 143 103
Binary 1110101 1011000 11111110 110110 1000001 0 0 11111010 1100011 1000011

Color Harmonies of #7558FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7558FE

Black with #7558FE

Text Example


Text Example

White with #7558FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7558FE; }

 p { color: rgb(117,88,254); }

 H1.HeaderClassName
 {
   color: #7558FE;
 }
 .AnyTagClassName
 {
   color: #7558FE;
 }
</style>

background-color css

<style>
 a { background-color: #7558FE; }

 a { background-color: rgb(117,88,254); }

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

border-color css

<style>
 span { border-color: #7558FE; }

 span { border-color: rgb(117,88,254); }

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