#787EF5

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

Shades of Light Slate Blue #787EF5

Tints of Light Slate Blue #787EF5

Color information

#787EF5 (or 0x787EF5) is unknown color: approx Light Slate Blue. HEX triplet: 78, 7E and F5. RGB value is (120,126,245). Sum of RGB (Red+Green+Blue) = 120+126+245=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #787EF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787EF5 is #87810A. Grayscale: #898989. Windows color (decimal): -8880395 or 16088696. OLE color: 16088696.

HSL color Cylindrical-coordinate representation of color #787EF5: hue angle of 237.12º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #787EF5 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120126245-
CMYK0.510.4900.04
HSL237.12º86.21%71.57%-
HSV(B)237.12º51.02%96.08%-
XYZ31.6925.5189.64-
YUV137.77188.51115.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.44%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 245 (96.09% from 255) = 49.90%
R=24.44%
G=25.66%
B=49.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1201262450.510.4900.04237.1286.2171.57
Hex787EF5333104ed5648
Octal170176365636104355126110
Binary111100011111101111010111001111000101001110110110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787EF5; }

 p { color: rgb(120,126,245); }

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

<style>
 a { background-color: #787EF5; }

 a { background-color: rgb(120,126,245); }

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

<style>
 span { border-color: #787EF5; }

 span { border-color: rgb(120,126,245); }

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