Html Css Color HEX #7F4ED6 Slate Blue

📋 copy color: '#7F4ED6'

red 127 ◦ green 78 ◦ blue 214

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

Shades of Slate Blue #7F4ED6

Tints of Slate Blue #7F4ED6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.62%

 BLUE value IS 214 (83.98% from 255) = 51.07%

R = 30.31%
G = 18.62%
B = 51.07%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7F4ED6 (or 0x7F4ED6) is known color: Slate Blue. HEX triplet: 7F, 4E and D6. RGB value is (127,78,214). Sum of RGB (Red+Green+Blue) = 127+78+214=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #7F4ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4ED6 is #80B129. Grayscale: #6B6B6B. Windows color (decimal): -8433962 or 14044799. OLE color: 14044799.

HSL color Cylindrical-coordinate representation of color #7F4ED6: hue angle of 261.62º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F4ED6 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 78 214 -
CMYK 0.41 0.64 0 0.16
HSL 261.62º 0.62% 0.57% -
HSV(B) 261.62º 0.64% 0.84% -
XYZ 23.61 14.82 65.23 -
YUV 108.16 187.73 141.44 -
System Red Green Blue C M Y K H S L
Decimal 127 78 214 0.41 0.64 0 0.16 261.62 0.62 0.57
Hex 7F 4E D6 29 40 0 10 106 3E 39
Octal 177 116 326 51 100 0 20 406 76 71
Binary 1111111 1001110 11010110 101001 1000000 0 10000 100000110 111110 111001

Color Harmonies of #7F4ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4ED6

Black with #7F4ED6

Text Example


Text Example

White with #7F4ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,78,214); }

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

background-color css

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

 a { background-color: rgb(127,78,214); }

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

border-color css

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

 span { border-color: rgb(127,78,214); }

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