#7983FE

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

Shades of Light Slate Blue #7983FE

Tints of Light Slate Blue #7983FE

Color information

#7983FE (or 0x7983FE) is unknown color: approx Light Slate Blue. HEX triplet: 79, 83 and FE. RGB value is (121,131,254). Sum of RGB (Red+Green+Blue) = 121+131+254=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #7983FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7983FE is #867C01. Grayscale: #8D8D8D. Windows color (decimal): -8813570 or 16679801. OLE color: 16679801.

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

Color convert

RGB121131254-
CMYK0.520.4800.00
HSL235.49º98.52%73.53%-
HSV(B)235.49º52.36%99.61%-
XYZ33.8927.4597.28-
YUV142.03191.19113-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.91%
GREEN value IS 131 (51.56% from 255) = 25.89%
BLUE value IS 254 (99.61% from 255) = 50.20%
R=23.91%
G=25.89%
B=50.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211312540.520.4800.00235.4998.5273.53
Hex7983FE343000eb634a
Octal171203376646000353143112
Binary11110011000001111111110110100110000001110101111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7983FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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