Html Css Color HEX #7F4EDD Slate Blue

📋 copy color: '#7F4EDD'

red 127 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #7F4EDD

Tints of Slate Blue #7F4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 29.81%
G = 18.31%
B = 51.88%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F4EDD (or 0x7F4EDD) is known color: Slate Blue. HEX triplet: 7F, 4E and DD. RGB value is (127,78,221). Sum of RGB (Red+Green+Blue) = 127+78+221=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F4EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4EDD is #80B122. Grayscale: #6C6C6C. Windows color (decimal): -8433955 or 14503551. OLE color: 14503551.

HSL color Cylindrical-coordinate representation of color #7F4EDD: hue angle of 260.56º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F4EDD is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 78 221 -
CMYK 0.43 0.65 0 0.13
HSL 260.56º 0.68% 0.59% -
HSV(B) 260.56º 0.65% 0.87% -
XYZ 24.53 15.18 70.04 -
YUV 108.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 127 78 221 0.43 0.65 0 0.13 260.56 0.68 0.59
Hex 7F 4E DD 2B 41 0 D 105 44 3B
Octal 177 116 335 53 101 0 15 405 104 73
Binary 1111111 1001110 11011101 101011 1000001 0 1101 100000101 1000100 111011

Color Harmonies of #7F4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4EDD

Black with #7F4EDD

Text Example


Text Example

White with #7F4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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