#7984FC

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

Shades of Light Slate Blue #7984FC

Tints of Light Slate Blue #7984FC

Color information

#7984FC (or 0x7984FC) is unknown color: approx Light Slate Blue. HEX triplet: 79, 84 and FC. RGB value is (121,132,252). Sum of RGB (Red+Green+Blue) = 121+132+252=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #7984FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7984FC is #867B03. Grayscale: #8D8D8D. Windows color (decimal): -8813316 or 16548985. OLE color: 16548985.

HSL color Cylindrical-coordinate representation of color #7984FC: hue angle of 234.96º degrees, saturation: 0.96, 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 #7984FC is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121132252-
CMYK0.520.4800.01
HSL234.96º95.62%73.14%-
HSV(B)234.96º51.98%98.82%-
XYZ33.7127.695.65-
YUV142.39189.86112.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.96%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 252 (98.83% from 255) = 49.90%
R=23.96%
G=26.14%
B=49.90%

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
Decimal1211322520.520.4800.01234.9695.6273.14
Hex7984FC343001eb6049
Octal171204374646001353140111
Binary11110011000010011111100110100110000011110101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7984FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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