Html Css Color HEX #7F52FF Medium Slate Blue

📋 copy color: '#7F52FF'

red 127 ◦ green 82 ◦ blue 255

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

Shades of Medium Slate Blue #7F52FF

Tints of Medium Slate Blue #7F52FF

RGB

 RED value IS 127 (50% from 255) = 27.37%

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

 BLUE value IS 255 (100% from 255) = 54.96%

R = 27.37%
G = 17.67%
B = 54.96%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F52FF (or 0x7F52FF) is known color: Medium Slate Blue. HEX triplet: 7F, 52 and FF. RGB value is (127,82,255). Sum of RGB (Red+Green+Blue) = 127+82+255=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F52FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F52FF is #80AD00. Grayscale: #727272. Windows color (decimal): -8432897 or 16732799. OLE color: 16732799.

HSL color Cylindrical-coordinate representation of color #7F52FF: hue angle of 255.61º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F52FF is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 127 82 255 -
CMYK 0.50 0.68 0 0
HSL 255.61º 1% 0.66% -
HSV(B) 255.61º 0.68% 1% -
XYZ 29.82 17.77 96.47 -
YUV 115.18 206.91 136.43 -
System Red Green Blue C M Y K H S L
Decimal 127 82 255 0.50 0.68 0 0 255.61 1 0.66
Hex 7F 52 FF 32 44 0 0 100 64 42
Octal 177 122 377 62 104 0 0 400 144 102
Binary 1111111 1010010 11111111 110010 1000100 0 0 100000000 1100100 1000010

Color Harmonies of #7F52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F52FF

Black with #7F52FF

Text Example


Text Example

White with #7F52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F52FF; }

 p { color: rgb(127,82,255); }

 H1.HeaderClassName
 {
   color: #7F52FF;
 }
 .AnyTagClassName
 {
   color: #7F52FF;
 }
</style>

background-color css

<style>
 a { background-color: #7F52FF; }

 a { background-color: rgb(127,82,255); }

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

border-color css

<style>
 span { border-color: #7F52FF; }

 span { border-color: rgb(127,82,255); }

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