#7986FE

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

Shades of Light Slate Blue #7986FE

Tints of Light Slate Blue #7986FE

Color information

#7986FE (or 0x7986FE) is unknown color: approx Light Slate Blue. HEX triplet: 79, 86 and FE. RGB value is (121,134,254). Sum of RGB (Red+Green+Blue) = 121+134+254=509 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.77% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #7986FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7986FE is #867901. Grayscale: #8F8F8F. Windows color (decimal): -8812802 or 16680569. OLE color: 16680569.

HSL color Cylindrical-coordinate representation of color #7986FE: hue angle of 234.14º 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 #7986FE is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121134254-
CMYK0.520.4700.00
HSL234.14º98.52%73.53%-
HSV(B)234.14º52.36%99.61%-
XYZ34.328.2797.41-
YUV143.79190.19111.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.77%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=23.77%
G=26.33%
B=49.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211342540.520.4700.00234.1498.5273.53
Hex7986FE342F00ea634a
Octal171206376645700352143112
Binary11110011000011011111110110100101111001110101011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7986FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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