Html Css Color HEX #8978F7 Light Slate Blue

📋 copy color: '#8978F7'

red 137 ◦ green 120 ◦ blue 247

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

Shades of Light Slate Blue #8978F7

Tints of Light Slate Blue #8978F7

RGB

 RED value IS 137 (53.91% from 255) = 27.18%

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

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 27.18%
G = 23.81%
B = 49.01%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8978F7 (or 0x8978F7) is known color: Light Slate Blue. HEX triplet: 89, 78 and F7. RGB value is (137,120,247). Sum of RGB (Red+Green+Blue) = 137+120+247=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #8978F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8978F7 is #768708. Grayscale: #8B8B8B. Windows color (decimal): -7767817 or 16218249. OLE color: 16218249.

HSL color Cylindrical-coordinate representation of color #8978F7: hue angle of 248.03º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8978F7 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 120 247 -
CMYK 0.45 0.51 0 0.03
HSL 248.03º 0.89% 0.72% -
HSV(B) 248.03º 0.51% 0.97% -
XYZ 33.82 25.47 91.13 -
YUV 139.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 137 120 247 0.45 0.51 0 0.03 248.03 0.89 0.72
Hex 89 78 F7 2D 33 0 3 F8 59 48
Octal 211 170 367 55 63 0 3 370 131 110
Binary 10001001 1111000 11110111 101101 110011 0 11 11111000 1011001 1001000

Color Harmonies of #8978F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8978F7

Black with #8978F7

Text Example


Text Example

White with #8978F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8978F7; }

 p { color: rgb(137,120,247); }

 H1.HeaderClassName
 {
   color: #8978F7;
 }
 .AnyTagClassName
 {
   color: #8978F7;
 }
</style>

background-color css

<style>
 a { background-color: #8978F7; }

 a { background-color: rgb(137,120,247); }

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

border-color css

<style>
 span { border-color: #8978F7; }

 span { border-color: rgb(137,120,247); }

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