#7B77F8

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

Shades of Light Slate Blue #7B77F8

Tints of Light Slate Blue #7B77F8

Color information

#7B77F8 (or 0x7B77F8) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 77 and F8. RGB value is (123,119,248). Sum of RGB (Red+Green+Blue) = 123+119+248=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #7B77F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B77F8 is #848807. Grayscale: #868686. Windows color (decimal): -8685576 or 16283515. OLE color: 16283515.

HSL color Cylindrical-coordinate representation of color #7B77F8: hue angle of 241.86º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B77F8 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB123119248-
CMYK0.500.5200.03
HSL241.86º90.21%71.96%-
HSV(B)241.86º52.02%97.25%-
XYZ31.7124.1891.8-
YUV134.9191.83119.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.10%
GREEN value IS 119 (46.88% from 255) = 24.29%
BLUE value IS 248 (97.27% from 255) = 50.61%
R=25.10%
G=24.29%
B=50.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1231192480.500.5200.03241.8690.2171.96
Hex7B77F8323403f25a48
Octal173167370626403362132110
Binary11110111110111111110001100101101000111111001010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B77F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B77F8; }

 p { color: rgb(123,119,248); }

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

<style>
 a { background-color: #7B77F8; }

 a { background-color: rgb(123,119,248); }

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

<style>
 span { border-color: #7B77F8; }

 span { border-color: rgb(123,119,248); }

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