#7D6AFD

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

Shades of Light Slate Blue #7D6AFD

Tints of Light Slate Blue #7D6AFD

Color information

#7D6AFD (or 0x7D6AFD) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 6A and FD. RGB value is (125,106,253). Sum of RGB (Red+Green+Blue) = 125+106+253=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D6AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6AFD is #829502. Grayscale: #7F7F7F. Windows color (decimal): -8557827 or 16607869. OLE color: 16607869.

HSL color Cylindrical-coordinate representation of color #7D6AFD: hue angle of 247.76º 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 #7D6AFD is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125106253-
CMYK0.510.5800.01
HSL247.76º97.35%70.39%-
HSV(B)247.76º58.1%99.22%-
XYZ31.3421.7695.48-
YUV128.44198.29125.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.83%
GREEN value IS 106 (41.80% from 255) = 21.90%
BLUE value IS 253 (99.22% from 255) = 52.27%
R=25.83%
G=21.90%
B=52.27%

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
Decimal1251062530.510.5800.01247.7697.3570.39
Hex7D6AFD333A01f86146
Octal175152375637201370141106
Binary1111101110101011111101110011111010011111100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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