Html Css Color HEX #7F4CE0 Medium Slate Blue

📋 copy color: '#7F4CE0'

red 127 ◦ green 76 ◦ blue 224

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

Shades of Medium Slate Blue #7F4CE0

Tints of Medium Slate Blue #7F4CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.46%

R = 29.74%
G = 17.8%
B = 52.46%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7F4CE0 (or 0x7F4CE0) is known color: Medium Slate Blue. HEX triplet: 7F, 4C and E0. RGB value is (127,76,224). Sum of RGB (Red+Green+Blue) = 127+76+224=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F4CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4CE0 is #80B31F. Grayscale: #6B6B6B. Windows color (decimal): -8434464 or 14699647. OLE color: 14699647.

HSL color Cylindrical-coordinate representation of color #7F4CE0: hue angle of 260.68º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F4CE0 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 76 224 -
CMYK 0.43 0.66 0 0.12
HSL 260.68º 0.7% 0.59% -
HSV(B) 260.68º 0.66% 0.88% -
XYZ 24.79 15.06 72.12 -
YUV 108.12 193.4 141.47 -
System Red Green Blue C M Y K H S L
Decimal 127 76 224 0.43 0.66 0 0.12 260.68 0.7 0.59
Hex 7F 4C E0 2B 42 0 C 105 46 3B
Octal 177 114 340 53 102 0 14 405 106 73
Binary 1111111 1001100 11100000 101011 1000010 0 1100 100000101 1000110 111011

Color Harmonies of #7F4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4CE0

Black with #7F4CE0

Text Example


Text Example

White with #7F4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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