Html Css Color HEX #7752FA Medium Slate Blue

📋 copy color: '#7752FA'

red 119 ◦ green 82 ◦ blue 250

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

Shades of Medium Slate Blue #7752FA

Tints of Medium Slate Blue #7752FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 26.39%
G = 18.18%
B = 55.43%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7752FA (or 0x7752FA) is known color: Medium Slate Blue. HEX triplet: 77, 52 and FA. RGB value is (119,82,250). Sum of RGB (Red+Green+Blue) = 119+82+250=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #7752FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7752FA is #88AD05. Grayscale: #6F6F6F. Windows color (decimal): -8957190 or 16405111. OLE color: 16405111.

HSL color Cylindrical-coordinate representation of color #7752FA: hue angle of 253.21º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7752FA is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 82 250 -
CMYK 0.52 0.67 0 0.02
HSL 253.21º 0.94% 0.65% -
HSV(B) 253.21º 0.67% 0.98% -
XYZ 27.88 16.86 92.23 -
YUV 112.22 205.76 132.84 -
System Red Green Blue C M Y K H S L
Decimal 119 82 250 0.52 0.67 0 0.02 253.21 0.94 0.65
Hex 77 52 FA 34 43 0 2 FD 5E 41
Octal 167 122 372 64 103 0 2 375 136 101
Binary 1110111 1010010 11111010 110100 1000011 0 10 11111101 1011110 1000001

Color Harmonies of #7752FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752FA

Black with #7752FA

Text Example


Text Example

White with #7752FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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