Html Css Color HEX #7752F4 Medium Slate Blue

📋 copy color: '#7752F4'

red 119 ◦ green 82 ◦ blue 244

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

Shades of Medium Slate Blue #7752F4

Tints of Medium Slate Blue #7752F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 54.83%

R = 26.74%
G = 18.43%
B = 54.83%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7752F4 (or 0x7752F4) is known color: Medium Slate Blue. HEX triplet: 77, 52 and F4. RGB value is (119,82,244). Sum of RGB (Red+Green+Blue) = 119+82+244=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 244 (95.70% from 255 or 54.83% from 445); Max value from RGB is 244 - color contains mainly: blue. Hex color #7752F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7752F4 is #88AD0B. Grayscale: #6E6E6E. Windows color (decimal): -8957196 or 16011895. OLE color: 16011895.

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

Color convert

RGB 119 82 244 -
CMYK 0.51 0.66 0 0.04
HSL 253.7º 0.88% 0.64% -
HSV(B) 253.7º 0.66% 0.96% -
XYZ 26.95 16.49 87.35 -
YUV 111.53 202.76 133.33 -
System Red Green Blue C M Y K H S L
Decimal 119 82 244 0.51 0.66 0 0.04 253.7 0.88 0.64
Hex 77 52 F4 33 42 0 4 FE 58 40
Octal 167 122 364 63 102 0 4 376 130 100
Binary 1110111 1010010 11110100 110011 1000010 0 100 11111110 1011000 1000000

Color Harmonies of #7752F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752F4

Black with #7752F4

Text Example


Text Example

White with #7752F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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