Html Css Color HEX #7F52FE Medium Slate Blue

📋 copy color: '#7F52FE'

red 127 ◦ green 82 ◦ blue 254

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

Shades of Medium Slate Blue #7F52FE

Tints of Medium Slate Blue #7F52FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 27.43%
G = 17.71%
B = 54.86%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F52FE (or 0x7F52FE) is known color: Medium Slate Blue. HEX triplet: 7F, 52 and FE. RGB value is (127,82,254). Sum of RGB (Red+Green+Blue) = 127+82+254=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F52FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F52FE is #80AD01. Grayscale: #727272. Windows color (decimal): -8432898 or 16667263. OLE color: 16667263.

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

Color convert

RGB 127 82 254 -
CMYK 0.50 0.68 0 0.00
HSL 255.7º 0.99% 0.66% -
HSV(B) 255.7º 0.68% 1% -
XYZ 29.66 17.7 95.62 -
YUV 115.06 206.41 136.51 -
System Red Green Blue C M Y K H S L
Decimal 127 82 254 0.50 0.68 0 0.00 255.7 0.99 0.66
Hex 7F 52 FE 32 44 0 0 100 63 42
Octal 177 122 376 62 104 0 0 400 143 102
Binary 1111111 1010010 11111110 110010 1000100 0 0 100000000 1100011 1000010

Color Harmonies of #7F52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F52FE

Black with #7F52FE

Text Example


Text Example

White with #7F52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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