#786EFE

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

Shades of Light Slate Blue #786EFE

Tints of Light Slate Blue #786EFE

Color information

#786EFE (or 0x786EFE) is unknown color: approx Light Slate Blue. HEX triplet: 78, 6E and FE. RGB value is (120,110,254). Sum of RGB (Red+Green+Blue) = 120+110+254=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #786EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786EFE is #879101. Grayscale: #808080. Windows color (decimal): -8884482 or 16674424. OLE color: 16674424.

HSL color Cylindrical-coordinate representation of color #786EFE: hue angle of 244.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #786EFE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB120110254-
CMYK0.530.5700.00
HSL244.17º98.63%71.37%-
HSV(B)244.17º56.69%99.61%-
XYZ31.2122.396.43-
YUV129.41198.31121.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.79%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 254 (99.61% from 255) = 52.48%
R=24.79%
G=22.73%
B=52.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1201102540.530.5700.00244.1798.6371.37
Hex786EFE353900f46347
Octal170156376657100364143107
Binary1111000110111011111110110101111001001111010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,110,254); }

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

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

 a { background-color: rgb(120,110,254); }

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

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

 span { border-color: rgb(120,110,254); }

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