Html Css Color HEX #7E6DFE Light Slate Blue

📋 copy color: '#7E6DFE'

red 126 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #7E6DFE

Tints of Light Slate Blue #7E6DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.29%

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 25.77%
G = 22.29%
B = 51.94%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E6DFE (or 0x7E6DFE) is known color: Light Slate Blue. HEX triplet: 7E, 6D and FE. RGB value is (126,109,254). Sum of RGB (Red+Green+Blue) = 126+109+254=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E6DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6DFE is #819201. Grayscale: #828282. Windows color (decimal): -8491522 or 16674174. OLE color: 16674174.

HSL color Cylindrical-coordinate representation of color #7E6DFE: hue angle of 247.03º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E6DFE is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 109 254 -
CMYK 0.50 0.57 0 0.00
HSL 247.03º 0.99% 0.71% -
HSV(B) 247.03º 0.57% 1% -
XYZ 31.96 22.53 96.43 -
YUV 130.61 197.63 124.71 -
System Red Green Blue C M Y K H S L
Decimal 126 109 254 0.50 0.57 0 0.00 247.03 0.99 0.71
Hex 7E 6D FE 32 39 0 0 F7 63 47
Octal 176 155 376 62 71 0 0 367 143 107
Binary 1111110 1101101 11111110 110010 111001 0 0 11110111 1100011 1000111

Color Harmonies of #7E6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6DFE

Black with #7E6DFE

Text Example


Text Example

White with #7E6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,109,254); }

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

background-color css

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

 a { background-color: rgb(126,109,254); }

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

border-color css

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

 span { border-color: rgb(126,109,254); }

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