Html Css Color HEX #7554FE Medium Slate Blue

📋 copy color: '#7554FE'

red 117 ◦ green 84 ◦ blue 254

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

Shades of Medium Slate Blue #7554FE

Tints of Medium Slate Blue #7554FE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.46%

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

R = 25.71%
G = 18.46%
B = 55.82%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7554FE (or 0x7554FE) is known color: Medium Slate Blue. HEX triplet: 75, 54 and FE. RGB value is (117,84,254). Sum of RGB (Red+Green+Blue) = 117+84+254=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #7554FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7554FE is #8AAB01. Grayscale: #707070. Windows color (decimal): -9087746 or 16667765. OLE color: 16667765.

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

Color convert

RGB 117 84 254 -
CMYK 0.54 0.67 0 0.00
HSL 251.65º 0.99% 0.66% -
HSV(B) 251.65º 0.67% 1% -
XYZ 28.4 17.28 95.6 -
YUV 113.25 207.43 130.68 -
System Red Green Blue C M Y K H S L
Decimal 117 84 254 0.54 0.67 0 0.00 251.65 0.99 0.66
Hex 75 54 FE 36 43 0 0 FC 63 42
Octal 165 124 376 66 103 0 0 374 143 102
Binary 1110101 1010100 11111110 110110 1000011 0 0 11111100 1100011 1000010

Color Harmonies of #7554FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7554FE

Black with #7554FE

Text Example


Text Example

White with #7554FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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