Html Css Color HEX #7751FE Medium Slate Blue

📋 copy color: '#7751FE'

red 119 ◦ green 81 ◦ blue 254

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

Shades of Medium Slate Blue #7751FE

Tints of Medium Slate Blue #7751FE

RGB

 RED value IS 119 (46.88% from 255) = 26.21%

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

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

R = 26.21%
G = 17.84%
B = 55.95%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7751FE (or 0x7751FE) is known color: Medium Slate Blue. HEX triplet: 77, 51 and FE. RGB value is (119,81,254). Sum of RGB (Red+Green+Blue) = 119+81+254=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #7751FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7751FE is #88AE01. Grayscale: #6F6F6F. Windows color (decimal): -8957442 or 16666999. OLE color: 16666999.

HSL color Cylindrical-coordinate representation of color #7751FE: hue angle of 253.18º 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 #7751FE is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 81 254 -
CMYK 0.53 0.68 0 0.00
HSL 253.18º 0.99% 0.66% -
HSV(B) 253.18º 0.68% 1% -
XYZ 28.44 16.96 95.54 -
YUV 112.08 208.09 132.93 -
System Red Green Blue C M Y K H S L
Decimal 119 81 254 0.53 0.68 0 0.00 253.18 0.99 0.66
Hex 77 51 FE 35 44 0 0 FD 63 42
Octal 167 121 376 65 104 0 0 375 143 102
Binary 1110111 1010001 11111110 110101 1000100 0 0 11111101 1100011 1000010

Color Harmonies of #7751FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7751FE

Black with #7751FE

Text Example


Text Example

White with #7751FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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