Html Css Color HEX #7752E2 Medium Slate Blue

📋 copy color: '#7752E2'

red 119 ◦ green 82 ◦ blue 226

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

Shades of Medium Slate Blue #7752E2

Tints of Medium Slate Blue #7752E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 52.93%

R = 27.87%
G = 19.2%
B = 52.93%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7752E2 (or 0x7752E2) is known color: Medium Slate Blue. HEX triplet: 77, 52 and E2. RGB value is (119,82,226). Sum of RGB (Red+Green+Blue) = 119+82+226=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 226 (88.67% from 255 or 52.93% from 427); Max value from RGB is 226 - color contains mainly: blue. Hex color #7752E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752E2 is #88AD1D. Grayscale: #6C6C6C. Windows color (decimal): -8957214 or 14832247. OLE color: 14832247.

HSL color Cylindrical-coordinate representation of color #7752E2: hue angle of 255.42º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7752E2 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 82 226 -
CMYK 0.47 0.64 0 0.11
HSL 255.42º 0.71% 0.6% -
HSV(B) 255.42º 0.64% 0.89% -
XYZ 24.35 15.45 73.65 -
YUV 109.48 193.76 134.79 -
System Red Green Blue C M Y K H S L
Decimal 119 82 226 0.47 0.64 0 0.11 255.42 0.71 0.6
Hex 77 52 E2 2F 40 0 B FF 47 3C
Octal 167 122 342 57 100 0 13 377 107 74
Binary 1110111 1010010 11100010 101111 1000000 0 1011 11111111 1000111 111100

Color Harmonies of #7752E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752E2

Black with #7752E2

Text Example


Text Example

White with #7752E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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