#7D66FD

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

Shades of Light Slate Blue #7D66FD

Tints of Light Slate Blue #7D66FD

Color information

#7D66FD (or 0x7D66FD) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 66 and FD. RGB value is (125,102,253). Sum of RGB (Red+Green+Blue) = 125+102+253=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D66FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D66FD is #829902. Grayscale: #7D7D7D. Windows color (decimal): -8558851 or 16606845. OLE color: 16606845.

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

Color convert

RGB125102253-
CMYK0.510.6000.01
HSL249.14º97.42%69.61%-
HSV(B)249.14º59.68%99.22%-
XYZ30.9420.9595.34-
YUV126.09199.62127.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.04%
GREEN value IS 102 (40.23% from 255) = 21.25%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=26.04%
G=21.25%
B=52.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251022530.510.6000.01249.1497.4269.61
Hex7D66FD333C01f96146
Octal175146375637401371141106
Binary1111101110011011111101110011111100011111100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D66FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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