Html Css Color HEX #7978FF Light Slate Blue

📋 copy color: '#7978FF'

red 121 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #7978FF

Tints of Light Slate Blue #7978FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.41%

R = 24.4%
G = 24.19%
B = 51.41%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7978FF (or 0x7978FF) is known color: Light Slate Blue. HEX triplet: 79, 78 and FF. RGB value is (121,120,255). Sum of RGB (Red+Green+Blue) = 121+120+255=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #7978FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7978FF is #868700. Grayscale: #878787. Windows color (decimal): -8816385 or 16742521. OLE color: 16742521.

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

Color convert

RGB 121 120 255 -
CMYK 0.53 0.53 0 0
HSL 240.44º 1% 0.74% -
HSV(B) 240.44º 0.53% 1% -
XYZ 32.65 24.72 97.66 -
YUV 135.69 195.33 117.52 -
System Red Green Blue C M Y K H S L
Decimal 121 120 255 0.53 0.53 0 0 240.44 1 0.74
Hex 79 78 FF 35 35 0 0 F0 64 4A
Octal 171 170 377 65 65 0 0 360 144 112
Binary 1111001 1111000 11111111 110101 110101 0 0 11110000 1100100 1001010

Color Harmonies of #7978FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7978FF

Black with #7978FF

Text Example


Text Example

White with #7978FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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