#746DFD

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

Shades of Light Slate Blue #746DFD

Tints of Light Slate Blue #746DFD

Color information

#746DFD (or 0x746DFD) is unknown color: approx Light Slate Blue. HEX triplet: 74, 6D and FD. RGB value is (116,109,253). Sum of RGB (Red+Green+Blue) = 116+109+253=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #746DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746DFD is #8B9202. Grayscale: #7E7E7E. Windows color (decimal): -9146883 or 16608628. OLE color: 16608628.

HSL color Cylindrical-coordinate representation of color #746DFD: hue angle of 242.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #746DFD is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116109253-
CMYK0.540.5700.01
HSL242.92º97.3%70.98%-
HSV(B)242.92º56.92%99.22%-
XYZ30.421.7495.52-
YUV127.51198.82119.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.27%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 253 (99.22% from 255) = 52.93%
R=24.27%
G=22.80%
B=52.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161092530.540.5700.01242.9297.370.98
Hex746DFD363901f36147
Octal164155375667101363141107
Binary1110100110110111111101110110111001011111001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746DFD; }

 p { color: rgb(116,109,253); }

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

<style>
 a { background-color: #746DFD; }

 a { background-color: rgb(116,109,253); }

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

<style>
 span { border-color: #746DFD; }

 span { border-color: rgb(116,109,253); }

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