Html Css Color HEX #7F52FD Medium Slate Blue

📋 copy color: '#7F52FD'

red 127 ◦ green 82 ◦ blue 253

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

Shades of Medium Slate Blue #7F52FD

Tints of Medium Slate Blue #7F52FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 27.49%
G = 17.75%
B = 54.76%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F52FD (or 0x7F52FD) is known color: Medium Slate Blue. HEX triplet: 7F, 52 and FD. RGB value is (127,82,253). Sum of RGB (Red+Green+Blue) = 127+82+253=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F52FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F52FD is #80AD02. Grayscale: #727272. Windows color (decimal): -8432899 or 16601727. OLE color: 16601727.

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

Color convert

RGB 127 82 253 -
CMYK 0.50 0.68 0 0.01
HSL 255.79º 0.98% 0.66% -
HSV(B) 255.79º 0.68% 0.99% -
XYZ 29.5 17.64 94.78 -
YUV 114.95 205.91 136.6 -
System Red Green Blue C M Y K H S L
Decimal 127 82 253 0.50 0.68 0 0.01 255.79 0.98 0.66
Hex 7F 52 FD 32 44 0 1 100 62 42
Octal 177 122 375 62 104 0 1 400 142 102
Binary 1111111 1010010 11111101 110010 1000100 0 1 100000000 1100010 1000010

Color Harmonies of #7F52FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F52FD

Black with #7F52FD

Text Example


Text Example

White with #7F52FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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