Html Css Color HEX #7F56FA Medium Slate Blue

📋 copy color: '#7F56FA'

red 127 ◦ green 86 ◦ blue 250

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

Shades of Medium Slate Blue #7F56FA

Tints of Medium Slate Blue #7F56FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 27.43%
G = 18.57%
B = 54%

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

#7F56FA (or 0x7F56FA) is known color: Medium Slate Blue. HEX triplet: 7F, 56 and FA. RGB value is (127,86,250). Sum of RGB (Red+Green+Blue) = 127+86+250=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F56FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F56FA is #80A905. Grayscale: #747474. Windows color (decimal): -8431878 or 16406143. OLE color: 16406143.

HSL color Cylindrical-coordinate representation of color #7F56FA: hue angle of 255º degrees, saturation: 0.94, 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 #7F56FA is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 86 250 -
CMYK 0.49 0.66 0 0.02
HSL 255º 0.94% 0.66% -
HSV(B) 255º 0.66% 0.98% -
XYZ 29.34 18.07 92.38 -
YUV 116.96 203.08 135.16 -
System Red Green Blue C M Y K H S L
Decimal 127 86 250 0.49 0.66 0 0.02 255 0.94 0.66
Hex 7F 56 FA 31 42 0 2 FF 5E 42
Octal 177 126 372 61 102 0 2 377 136 102
Binary 1111111 1010110 11111010 110001 1000010 0 10 11111111 1011110 1000010

Color Harmonies of #7F56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F56FA

Black with #7F56FA

Text Example


Text Example

White with #7F56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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