Html Css Color HEX #7F52FC Medium Slate Blue

📋 copy color: '#7F52FC'

red 127 ◦ green 82 ◦ blue 252

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

Shades of Medium Slate Blue #7F52FC

Tints of Medium Slate Blue #7F52FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 27.55%
G = 17.79%
B = 54.66%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F52FC (or 0x7F52FC) is known color: Medium Slate Blue. HEX triplet: 7F, 52 and FC. RGB value is (127,82,252). Sum of RGB (Red+Green+Blue) = 127+82+252=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F52FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F52FC is #80AD03. Grayscale: #727272. Windows color (decimal): -8432900 or 16536191. OLE color: 16536191.

HSL color Cylindrical-coordinate representation of color #7F52FC: hue angle of 255.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F52FC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 82 252 -
CMYK 0.50 0.67 0 0.01
HSL 255.88º 0.97% 0.65% -
HSV(B) 255.88º 0.67% 0.99% -
XYZ 29.34 17.57 93.94 -
YUV 114.84 205.41 136.68 -
System Red Green Blue C M Y K H S L
Decimal 127 82 252 0.50 0.67 0 0.01 255.88 0.97 0.65
Hex 7F 52 FC 32 43 0 1 100 61 41
Octal 177 122 374 62 103 0 1 400 141 101
Binary 1111111 1010010 11111100 110010 1000011 0 1 100000000 1100001 1000001

Color Harmonies of #7F52FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F52FC

Black with #7F52FC

Text Example


Text Example

White with #7F52FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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