#787AF5

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

Shades of Light Slate Blue #787AF5

Tints of Light Slate Blue #787AF5

Color information

#787AF5 (or 0x787AF5) is unknown color: approx Light Slate Blue. HEX triplet: 78, 7A and F5. RGB value is (120,122,245). Sum of RGB (Red+Green+Blue) = 120+122+245=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #787AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787AF5 is #87850A. Grayscale: #868686. Windows color (decimal): -8881419 or 16087672. OLE color: 16087672.

HSL color Cylindrical-coordinate representation of color #787AF5: hue angle of 239.04º 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 #787AF5 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120122245-
CMYK0.510.5000.04
HSL239.04º86.21%71.57%-
HSV(B)239.04º51.02%96.08%-
XYZ31.1924.589.47-
YUV135.42189.84117-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.64%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 245 (96.09% from 255) = 50.31%
R=24.64%
G=25.05%
B=50.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1201222450.510.5000.04239.0486.2171.57
Hex787AF5333204ef5648
Octal170172365636204357126110
Binary111100011110101111010111001111001001001110111110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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