#7C6AFD

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

Shades of Light Slate Blue #7C6AFD

Tints of Light Slate Blue #7C6AFD

Color information

#7C6AFD (or 0x7C6AFD) is unknown color: approx Light Slate Blue. HEX triplet: 7C, 6A and FD. RGB value is (124,106,253). Sum of RGB (Red+Green+Blue) = 124+106+253=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #7C6AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6AFD is #839502. Grayscale: #7F7F7F. Windows color (decimal): -8623363 or 16607868. OLE color: 16607868.

HSL color Cylindrical-coordinate representation of color #7C6AFD: hue angle of 247.35º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C6AFD is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB124106253-
CMYK0.510.5800.01
HSL247.35º97.35%70.39%-
HSV(B)247.35º58.1%99.22%-
XYZ31.221.6995.47-
YUV128.14198.46125.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.67%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=25.67%
G=21.95%
B=52.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1241062530.510.5800.01247.3597.3570.39
Hex7C6AFD333A01f76146
Octal174152375637201367141106
Binary1111100110101011111101110011111010011111011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,253); }

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

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

 a { background-color: rgb(124,106,253); }

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

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

 span { border-color: rgb(124,106,253); }

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