Html Css Color HEX #7E4CDA Slate Blue

📋 copy color: '#7E4CDA'

red 126 ◦ green 76 ◦ blue 218

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

Shades of Slate Blue #7E4CDA

Tints of Slate Blue #7E4CDA

RGB

 RED value IS 126 (49.61% from 255) = 30%

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

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 30%
G = 18.1%
B = 51.9%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7E4CDA (or 0x7E4CDA) is known color: Slate Blue. HEX triplet: 7E, 4C and DA. RGB value is (126,76,218). Sum of RGB (Red+Green+Blue) = 126+76+218=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E4CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CDA is #81B325. Grayscale: #6A6A6A. Windows color (decimal): -8500006 or 14306430. OLE color: 14306430.

HSL color Cylindrical-coordinate representation of color #7E4CDA: hue angle of 261.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E4CDA is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 76 218 -
CMYK 0.42 0.65 0 0.15
HSL 261.13º 0.66% 0.58% -
HSV(B) 261.13º 0.65% 0.85% -
XYZ 23.84 14.67 67.9 -
YUV 107.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 126 76 218 0.42 0.65 0 0.15 261.13 0.66 0.58
Hex 7E 4C DA 2A 41 0 F 105 42 3A
Octal 176 114 332 52 101 0 17 405 102 72
Binary 1111110 1001100 11011010 101010 1000001 0 1111 100000101 1000010 111010

Color Harmonies of #7E4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4CDA

Black with #7E4CDA

Text Example


Text Example

White with #7E4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,76,218); }

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

background-color css

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

 a { background-color: rgb(126,76,218); }

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

border-color css

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

 span { border-color: rgb(126,76,218); }

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