#787BF5

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

Shades of Light Slate Blue #787BF5

Tints of Light Slate Blue #787BF5

Color information

#787BF5 (or 0x787BF5) is unknown color: approx Light Slate Blue. HEX triplet: 78, 7B and F5. RGB value is (120,123,245). Sum of RGB (Red+Green+Blue) = 120+123+245=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #787BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787BF5 is #87840A. Grayscale: #878787. Windows color (decimal): -8881163 or 16087928. OLE color: 16087928.

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

Color convert

RGB120123245-
CMYK0.510.5000.04
HSL238.56º86.21%71.57%-
HSV(B)238.56º51.02%96.08%-
XYZ31.3124.7589.51-
YUV136.01189.51116.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.59%
GREEN value IS 123 (48.44% from 255) = 25.20%
BLUE value IS 245 (96.09% from 255) = 50.20%
R=24.59%
G=25.20%
B=50.20%

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
Decimal1201232450.510.5000.04238.5686.2171.57
Hex787BF5333204ef5648
Octal170173365636204357126110
Binary111100011110111111010111001111001001001110111110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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