#7983FD

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

Shades of Light Slate Blue #7983FD

Tints of Light Slate Blue #7983FD

Color information

#7983FD (or 0x7983FD) is unknown color: approx Light Slate Blue. HEX triplet: 79, 83 and FD. RGB value is (121,131,253). Sum of RGB (Red+Green+Blue) = 121+131+253=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #7983FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7983FD is #867C02. Grayscale: #8D8D8D. Windows color (decimal): -8813571 or 16614265. OLE color: 16614265.

HSL color Cylindrical-coordinate representation of color #7983FD: hue angle of 235.45º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7983FD is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121131253-
CMYK0.520.4800.01
HSL235.45º97.06%73.33%-
HSV(B)235.45º52.17%99.22%-
XYZ33.7327.3996.44-
YUV141.92190.69113.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.96%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=23.96%
G=25.94%
B=50.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211312530.520.4800.01235.4597.0673.33
Hex7983FD343001eb6149
Octal171203375646001353141111
Binary11110011000001111111101110100110000011110101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7983FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7983FD; }

 p { color: rgb(121,131,253); }

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

<style>
 a { background-color: #7983FD; }

 a { background-color: rgb(121,131,253); }

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

<style>
 span { border-color: #7983FD; }

 span { border-color: rgb(121,131,253); }

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