Html Css Color HEX #7986FE Light Slate Blue

📋 copy color: '#7986FE'

red 121 ◦ green 134 ◦ blue 254

#7986FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #7986FE

Tints of Light Slate Blue #7986FE

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.9%

R = 23.77%
G = 26.33%
B = 49.9%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7986FE (or 0x7986FE) is known color: 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

RGB 121 134 254 -
CMYK 0.52 0.47 0 0.00
HSL 234.14º 0.99% 0.74% -
HSV(B) 234.14º 0.52% 1% -
XYZ 34.3 28.27 97.41 -
YUV 143.79 190.19 111.74 -
System Red Green Blue C M Y K H S L
Decimal 121 134 254 0.52 0.47 0 0.00 234.14 0.99 0.74
Hex 79 86 FE 34 2F 0 0 EA 63 4A
Octal 171 206 376 64 57 0 0 352 143 112
Binary 1111001 10000110 11111110 110100 101111 0 0 11101010 1100011 1001010

Color Harmonies of #7986FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7986FE

Black with #7986FE

Text Example


Text Example

White with #7986FE

Text Example


Text Example

HTML Codes & Css Web 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>