Html Css Color HEX #7754F6 Medium Slate Blue

📋 copy color: '#7754F6'

red 119 ◦ green 84 ◦ blue 246

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

Shades of Medium Slate Blue #7754F6

Tints of Medium Slate Blue #7754F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.79%

R = 26.5%
G = 18.71%
B = 54.79%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7754F6 (or 0x7754F6) is known color: Medium Slate Blue. HEX triplet: 77, 54 and F6. RGB value is (119,84,246). Sum of RGB (Red+Green+Blue) = 119+84+246=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #7754F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7754F6 is #88AB09. Grayscale: #707070. Windows color (decimal): -8956682 or 16143479. OLE color: 16143479.

HSL color Cylindrical-coordinate representation of color #7754F6: hue angle of 252.96º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7754F6 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 84 246 -
CMYK 0.52 0.66 0 0.04
HSL 252.96º 0.9% 0.65% -
HSV(B) 252.96º 0.66% 0.96% -
XYZ 27.41 16.92 89.01 -
YUV 112.93 203.1 132.33 -
System Red Green Blue C M Y K H S L
Decimal 119 84 246 0.52 0.66 0 0.04 252.96 0.9 0.65
Hex 77 54 F6 34 42 0 4 FD 5A 41
Octal 167 124 366 64 102 0 4 375 132 101
Binary 1110111 1010100 11110110 110100 1000010 0 100 11111101 1011010 1000001

Color Harmonies of #7754F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7754F6

Black with #7754F6

Text Example


Text Example

White with #7754F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7754F6; }

 p { color: rgb(119,84,246); }

 H1.HeaderClassName
 {
   color: #7754F6;
 }
 .AnyTagClassName
 {
   color: #7754F6;
 }
</style>

background-color css

<style>
 a { background-color: #7754F6; }

 a { background-color: rgb(119,84,246); }

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

border-color css

<style>
 span { border-color: #7754F6; }

 span { border-color: rgb(119,84,246); }

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