#7984FD

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

Shades of Light Slate Blue #7984FD

Tints of Light Slate Blue #7984FD

Color information

#7984FD (or 0x7984FD) is unknown color: approx Light Slate Blue. HEX triplet: 79, 84 and FD. RGB value is (121,132,253). Sum of RGB (Red+Green+Blue) = 121+132+253=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #7984FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7984FD is #867B02. Grayscale: #8E8E8E. Windows color (decimal): -8813315 or 16614521. OLE color: 16614521.

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

Color convert

RGB121132253-
CMYK0.520.4800.01
HSL235º97.06%73.33%-
HSV(B)235º52.17%99.22%-
XYZ33.8727.6696.48-
YUV142.5190.36112.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.91%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 253 (99.22% from 255) = 50%
R=23.91%
G=26.09%
B=50%

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
Decimal1211322530.520.4800.0123597.0673.33
Hex7984FD343001eb6149
Octal171204375646001353141111
Binary11110011000010011111101110100110000011110101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7984FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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