#7982F0

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

Shades of Light Slate Blue #7982F0

Tints of Light Slate Blue #7982F0

Color information

#7982F0 (or 0x7982F0) is unknown color: approx Light Slate Blue. HEX triplet: 79, 82 and F0. RGB value is (121,130,240). Sum of RGB (Red+Green+Blue) = 121+130+240=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #7982F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7982F0 is #867D0F. Grayscale: #8B8B8B. Windows color (decimal): -8813840 or 15762041. OLE color: 15762041.

HSL color Cylindrical-coordinate representation of color #7982F0: hue angle of 235.46º 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 #7982F0 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB121130240-
CMYK0.500.4600.06
HSL235.46º79.87%70.78%-
HSV(B)235.46º49.58%94.12%-
XYZ31.626.3285.85-
YUV139.85184.52114.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.64%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 240 (94.14% from 255) = 48.88%
R=24.64%
G=26.48%
B=48.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211302400.500.4600.06235.4679.8770.78
Hex7982F0322E06eb5047
Octal171202360625606353120107
Binary1111001100000101111000011001010111001101110101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7982F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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