Html Css Color HEX #7E4CDF Slate Blue

📋 copy color: '#7E4CDF'

red 126 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #7E4CDF

Tints of Slate Blue #7E4CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 29.65%
G = 17.88%
B = 52.47%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E4CDF (or 0x7E4CDF) is known color: Slate Blue. HEX triplet: 7E, 4C and DF. RGB value is (126,76,223). Sum of RGB (Red+Green+Blue) = 126+76+223=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E4CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CDF is #81B320. Grayscale: #6B6B6B. Windows color (decimal): -8500001 or 14634110. OLE color: 14634110.

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

Color convert

RGB 126 76 223 -
CMYK 0.43 0.66 0 0.13
HSL 260.41º 0.7% 0.59% -
HSV(B) 260.41º 0.66% 0.87% -
XYZ 24.51 14.93 71.4 -
YUV 107.71 193.07 141.05 -
System Red Green Blue C M Y K H S L
Decimal 126 76 223 0.43 0.66 0 0.13 260.41 0.7 0.59
Hex 7E 4C DF 2B 42 0 D 104 46 3B
Octal 176 114 337 53 102 0 15 404 106 73
Binary 1111110 1001100 11011111 101011 1000010 0 1101 100000100 1000110 111011

Color Harmonies of #7E4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4CDF

Black with #7E4CDF

Text Example


Text Example

White with #7E4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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