Html Css Color HEX #7F56FB Medium Slate Blue

📋 copy color: '#7F56FB'

red 127 ◦ green 86 ◦ blue 251

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

Shades of Medium Slate Blue #7F56FB

Tints of Medium Slate Blue #7F56FB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.53%

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 27.37%
G = 18.53%
B = 54.09%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F56FB (or 0x7F56FB) is known color: Medium Slate Blue. HEX triplet: 7F, 56 and FB. RGB value is (127,86,251). Sum of RGB (Red+Green+Blue) = 127+86+251=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F56FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F56FB is #80A904. Grayscale: #747474. Windows color (decimal): -8431877 or 16471679. OLE color: 16471679.

HSL color Cylindrical-coordinate representation of color #7F56FB: hue angle of 254.91º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F56FB is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 86 251 -
CMYK 0.49 0.66 0 0.02
HSL 254.91º 0.95% 0.66% -
HSV(B) 254.91º 0.66% 0.98% -
XYZ 29.49 18.13 93.21 -
YUV 117.07 203.58 135.08 -
System Red Green Blue C M Y K H S L
Decimal 127 86 251 0.49 0.66 0 0.02 254.91 0.95 0.66
Hex 7F 56 FB 31 42 0 2 FF 5F 42
Octal 177 126 373 61 102 0 2 377 137 102
Binary 1111111 1010110 11111011 110001 1000010 0 10 11111111 1011111 1000010

Color Harmonies of #7F56FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F56FB

Black with #7F56FB

Text Example


Text Example

White with #7F56FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,86,251); }

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

background-color css

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

 a { background-color: rgb(127,86,251); }

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

border-color css

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

 span { border-color: rgb(127,86,251); }

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