Html Css Color HEX #7E6DFF Light Slate Blue

📋 copy color: '#7E6DFF'

red 126 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #7E6DFF

Tints of Light Slate Blue #7E6DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.04%

R = 25.71%
G = 22.24%
B = 52.04%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7E6DFF (or 0x7E6DFF) is known color: Light Slate Blue. HEX triplet: 7E, 6D and FF. RGB value is (126,109,255). Sum of RGB (Red+Green+Blue) = 126+109+255=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E6DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6DFF is #819200. Grayscale: #828282. Windows color (decimal): -8491521 or 16739710. OLE color: 16739710.

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

Color convert

RGB 126 109 255 -
CMYK 0.51 0.57 0 0
HSL 246.99º 1% 0.71% -
HSV(B) 246.99º 0.57% 1% -
XYZ 32.12 22.59 97.28 -
YUV 130.73 198.13 124.63 -
System Red Green Blue C M Y K H S L
Decimal 126 109 255 0.51 0.57 0 0 246.99 1 0.71
Hex 7E 6D FF 33 39 0 0 F7 64 47
Octal 176 155 377 63 71 0 0 367 144 107
Binary 1111110 1101101 11111111 110011 111001 0 0 11110111 1100100 1000111

Color Harmonies of #7E6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6DFF

Black with #7E6DFF

Text Example


Text Example

White with #7E6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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