#7984F0

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

Shades of Light Slate Blue #7984F0

Tints of Light Slate Blue #7984F0

Color information

#7984F0 (or 0x7984F0) is unknown color: approx Light Slate Blue. HEX triplet: 79, 84 and F0. RGB value is (121,132,240). Sum of RGB (Red+Green+Blue) = 121+132+240=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #7984F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7984F0 is #867B0F. Grayscale: #8C8C8C. Windows color (decimal): -8813328 or 15762553. OLE color: 15762553.

HSL color Cylindrical-coordinate representation of color #7984F0: hue angle of 234.45º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7984F0 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB121132240-
CMYK0.500.4500.06
HSL234.45º79.87%70.78%-
HSV(B)234.45º49.58%94.12%-
XYZ31.8626.8685.94-
YUV141.02183.86113.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.54%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 240 (94.14% from 255) = 48.68%
R=24.54%
G=26.77%
B=48.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211322400.500.4500.06234.4579.8770.78
Hex7984F0322D06ea5047
Octal171204360625506352120107
Binary1111001100001001111000011001010110101101110101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7984F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7984F0; }

 p { color: rgb(121,132,240); }

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

<style>
 a { background-color: #7984F0; }

 a { background-color: rgb(121,132,240); }

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

<style>
 span { border-color: #7984F0; }

 span { border-color: rgb(121,132,240); }

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