#786DFD

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

Shades of Light Slate Blue #786DFD

Tints of Light Slate Blue #786DFD

Color information

#786DFD (or 0x786DFD) is unknown color: approx Light Slate Blue. HEX triplet: 78, 6D and FD. RGB value is (120,109,253). Sum of RGB (Red+Green+Blue) = 120+109+253=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #786DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786DFD is #879202. Grayscale: #808080. Windows color (decimal): -8884739 or 16608632. OLE color: 16608632.

HSL color Cylindrical-coordinate representation of color #786DFD: hue angle of 244.58º 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 #786DFD is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB120109253-
CMYK0.530.5700.01
HSL244.58º97.3%70.98%-
HSV(B)244.58º56.92%99.22%-
XYZ30.9422.0295.55-
YUV128.71198.14121.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 109 (42.97% from 255) = 22.61%
BLUE value IS 253 (99.22% from 255) = 52.49%
R=24.90%
G=22.61%
B=52.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1201092530.530.5700.01244.5897.370.98
Hex786DFD353901f56147
Octal170155375657101365141107
Binary1111000110110111111101110101111001011111010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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