#7E6CFA

Color #7E6CFA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #7E6CFA

Tints of Light Slate Blue #7E6CFA

Color information

#7E6CFA (or 0x7E6CFA) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 6C and FA. RGB value is (126,108,250). Sum of RGB (Red+Green+Blue) = 126+108+250=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E6CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6CFA is #819305. Grayscale: #818181. Windows color (decimal): -8491782 or 16411774. OLE color: 16411774.

HSL color Cylindrical-coordinate representation of color #7E6CFA: hue angle of 247.61º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E6CFA is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126108250-
CMYK0.500.5700.02
HSL247.61º93.42%70.2%-
HSV(B)247.61º56.8%98.04%-
XYZ31.2222.0693.06-
YUV129.57195.96125.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 250 (98.05% from 255) = 51.65%
R=26.03%
G=22.31%
B=51.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1261082500.500.5700.02247.6193.4270.2
Hex7E6CFA323902f85d46
Octal176154372627102370135106
Binary11111101101100111110101100101110010101111100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,108,250); }

 H1.HeaderClassName
 {
   color: #7E6CFA;
 }
 .AnyTagClassName
 {
   color: #7E6CFA;
 }
</style>
background-color css

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

 a { background-color: rgb(126,108,250); }

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

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

 span { border-color: rgb(126,108,250); }

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