Html Css Color HEX #7978FA Light Slate Blue

📋 copy color: '#7978FA'

red 121 ◦ green 120 ◦ blue 250

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

Shades of Light Slate Blue #7978FA

Tints of Light Slate Blue #7978FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 24.64%
G = 24.44%
B = 50.92%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7978FA (or 0x7978FA) is known color: Light Slate Blue. HEX triplet: 79, 78 and FA. RGB value is (121,120,250). Sum of RGB (Red+Green+Blue) = 121+120+250=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #7978FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7978FA is #868705. Grayscale: #868686. Windows color (decimal): -8816390 or 16414841. OLE color: 16414841.

HSL color Cylindrical-coordinate representation of color #7978FA: hue angle of 240.46º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7978FA is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 120 250 -
CMYK 0.52 0.52 0 0.02
HSL 240.46º 0.93% 0.73% -
HSV(B) 240.46º 0.52% 0.98% -
XYZ 31.86 24.4 93.47 -
YUV 135.12 192.83 117.93 -
System Red Green Blue C M Y K H S L
Decimal 121 120 250 0.52 0.52 0 0.02 240.46 0.93 0.73
Hex 79 78 FA 34 34 0 2 F0 5D 49
Octal 171 170 372 64 64 0 2 360 135 111
Binary 1111001 1111000 11111010 110100 110100 0 10 11110000 1011101 1001001

Color Harmonies of #7978FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7978FA

Black with #7978FA

Text Example


Text Example

White with #7978FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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