Html Css Color HEX #7754F2 Medium Slate Blue

📋 copy color: '#7754F2'

red 119 ◦ green 84 ◦ blue 242

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

Shades of Medium Slate Blue #7754F2

Tints of Medium Slate Blue #7754F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 54.38%

R = 26.74%
G = 18.88%
B = 54.38%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7754F2 (or 0x7754F2) is known color: Medium Slate Blue. HEX triplet: 77, 54 and F2. RGB value is (119,84,242). Sum of RGB (Red+Green+Blue) = 119+84+242=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #7754F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7754F2 is #88AB0D. Grayscale: #6F6F6F. Windows color (decimal): -8956686 or 15881335. OLE color: 15881335.

HSL color Cylindrical-coordinate representation of color #7754F2: hue angle of 253.29º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7754F2 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 84 242 -
CMYK 0.51 0.65 0 0.05
HSL 253.29º 0.86% 0.64% -
HSV(B) 253.29º 0.65% 0.95% -
XYZ 26.81 16.67 85.81 -
YUV 112.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 119 84 242 0.51 0.65 0 0.05 253.29 0.86 0.64
Hex 77 54 F2 33 41 0 5 FD 56 40
Octal 167 124 362 63 101 0 5 375 126 100
Binary 1110111 1010100 11110010 110011 1000001 0 101 11111101 1010110 1000000

Color Harmonies of #7754F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7754F2

Black with #7754F2

Text Example


Text Example

White with #7754F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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