Html Css Color HEX #7F4CFB Medium Slate Blue

📋 copy color: '#7F4CFB'

red 127 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #7F4CFB

Tints of Medium Slate Blue #7F4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.74%

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

R = 27.97%
G = 16.74%
B = 55.29%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F4CFB (or 0x7F4CFB) is known color: Medium Slate Blue. HEX triplet: 7F, 4C and FB. RGB value is (127,76,251). Sum of RGB (Red+Green+Blue) = 127+76+251=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F4CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F4CFB is #80B304. Grayscale: #6E6E6E. Windows color (decimal): -8434437 or 16469119. OLE color: 16469119.

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

Color convert

RGB 127 76 251 -
CMYK 0.49 0.70 0 0.02
HSL 257.49º 0.96% 0.64% -
HSV(B) 257.49º 0.7% 0.98% -
XYZ 28.75 16.65 92.96 -
YUV 111.2 206.9 139.27 -
System Red Green Blue C M Y K H S L
Decimal 127 76 251 0.49 0.70 0 0.02 257.49 0.96 0.64
Hex 7F 4C FB 31 46 0 2 101 60 40
Octal 177 114 373 61 106 0 2 401 140 100
Binary 1111111 1001100 11111011 110001 1000110 0 10 100000001 1100000 1000000

Color Harmonies of #7F4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4CFB

Black with #7F4CFB

Text Example


Text Example

White with #7F4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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