Html Css Color HEX #7E54C1 Slate Blue

📋 copy color: '#7E54C1'

red 126 ◦ green 84 ◦ blue 193

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

Shades of Slate Blue #7E54C1

Tints of Slate Blue #7E54C1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.84%

 BLUE value IS 193 (75.78% from 255) = 47.89%

R = 31.27%
G = 20.84%
B = 47.89%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7E54C1 (or 0x7E54C1) is known color: Slate Blue. HEX triplet: 7E, 54 and C1. RGB value is (126,84,193). Sum of RGB (Red+Green+Blue) = 126+84+193=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #7E54C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E54C1 is #81AB3E. Grayscale: #6C6C6C. Windows color (decimal): -8497983 or 12670078. OLE color: 12670078.

HSL color Cylindrical-coordinate representation of color #7E54C1: hue angle of 263.12º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E54C1 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 126 84 193 -
CMYK 0.35 0.56 0 0.24
HSL 263.12º 0.47% 0.54% -
HSV(B) 263.12º 0.56% 0.76% -
XYZ 21.4 14.63 52.15 -
YUV 108.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 126 84 193 0.35 0.56 0 0.24 263.12 0.47 0.54
Hex 7E 54 C1 23 38 0 18 107 2F 36
Octal 176 124 301 43 70 0 30 407 57 66
Binary 1111110 1010100 11000001 100011 111000 0 11000 100000111 101111 110110

Color Harmonies of #7E54C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E54C1

Black with #7E54C1

Text Example


Text Example

White with #7E54C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,84,193); }

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

background-color css

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

 a { background-color: rgb(126,84,193); }

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

border-color css

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

 span { border-color: rgb(126,84,193); }

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