Html Css Color HEX #7752F6 Medium Slate Blue

📋 copy color: '#7752F6'

red 119 ◦ green 82 ◦ blue 246

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

Shades of Medium Slate Blue #7752F6

Tints of Medium Slate Blue #7752F6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.34%

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

R = 26.62%
G = 18.34%
B = 55.03%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7752F6 (or 0x7752F6) is known color: Medium Slate Blue. HEX triplet: 77, 52 and F6. RGB value is (119,82,246). Sum of RGB (Red+Green+Blue) = 119+82+246=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 246 (96.48% from 255 or 55.03% from 447); Max value from RGB is 246 - color contains mainly: blue. Hex color #7752F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7752F6 is #88AD09. Grayscale: #6F6F6F. Windows color (decimal): -8957194 or 16142967. OLE color: 16142967.

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

Color convert

RGB 119 82 246 -
CMYK 0.52 0.67 0 0.04
HSL 253.54º 0.9% 0.64% -
HSV(B) 253.54º 0.67% 0.96% -
XYZ 27.26 16.61 88.96 -
YUV 111.76 203.76 133.16 -
System Red Green Blue C M Y K H S L
Decimal 119 82 246 0.52 0.67 0 0.04 253.54 0.9 0.64
Hex 77 52 F6 34 43 0 4 FE 5A 40
Octal 167 122 366 64 103 0 4 376 132 100
Binary 1110111 1010010 11110110 110100 1000011 0 100 11111110 1011010 1000000

Color Harmonies of #7752F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752F6

Black with #7752F6

Text Example


Text Example

White with #7752F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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