Html Css Color HEX #7978FE Light Slate Blue

📋 copy color: '#7978FE'

red 121 ◦ green 120 ◦ blue 254

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

Shades of Light Slate Blue #7978FE

Tints of Light Slate Blue #7978FE

RGB

 RED value IS 121 (47.66% from 255) = 24.44%

 GREEN value IS 120 (47.27% from 255) = 24.24%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 24.44%
G = 24.24%
B = 51.31%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7978FE (or 0x7978FE) is known color: Light Slate Blue. HEX triplet: 79, 78 and FE. RGB value is (121,120,254). Sum of RGB (Red+Green+Blue) = 121+120+254=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #7978FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7978FE is #868701. Grayscale: #878787. Windows color (decimal): -8816386 or 16676985. OLE color: 16676985.

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

Color convert

RGB 121 120 254 -
CMYK 0.52 0.53 0 0.00
HSL 240.45º 0.99% 0.73% -
HSV(B) 240.45º 0.53% 1% -
XYZ 32.49 24.65 96.81 -
YUV 135.58 194.83 117.6 -
System Red Green Blue C M Y K H S L
Decimal 121 120 254 0.52 0.53 0 0.00 240.45 0.99 0.73
Hex 79 78 FE 34 35 0 0 F0 63 49
Octal 171 170 376 64 65 0 0 360 143 111
Binary 1111001 1111000 11111110 110100 110101 0 0 11110000 1100011 1001001

Color Harmonies of #7978FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7978FE

Black with #7978FE

Text Example


Text Example

White with #7978FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7978FE;
 }
 .AnyTagClassName
 {
   color: #7978FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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