Html Css Color HEX #7551FE Medium Slate Blue

📋 copy color: '#7551FE'

red 117 ◦ green 81 ◦ blue 254

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

Shades of Medium Slate Blue #7551FE

Tints of Medium Slate Blue #7551FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

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

R = 25.88%
G = 17.92%
B = 56.19%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7551FE (or 0x7551FE) is known color: Medium Slate Blue. HEX triplet: 75, 51 and FE. RGB value is (117,81,254). Sum of RGB (Red+Green+Blue) = 117+81+254=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #7551FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7551FE is #8AAE01. Grayscale: #6E6E6E. Windows color (decimal): -9088514 or 16666997. OLE color: 16666997.

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

Color convert

RGB 117 81 254 -
CMYK 0.54 0.68 0 0.00
HSL 252.49º 0.99% 0.66% -
HSV(B) 252.49º 0.68% 1% -
XYZ 28.17 16.82 95.53 -
YUV 111.49 208.43 131.93 -
System Red Green Blue C M Y K H S L
Decimal 117 81 254 0.54 0.68 0 0.00 252.49 0.99 0.66
Hex 75 51 FE 36 44 0 0 FC 63 42
Octal 165 121 376 66 104 0 0 374 143 102
Binary 1110101 1010001 11111110 110110 1000100 0 0 11111100 1100011 1000010

Color Harmonies of #7551FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7551FE

Black with #7551FE

Text Example


Text Example

White with #7551FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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