Html Css Color HEX #8978FA Light Slate Blue

📋 copy color: '#8978FA'

red 137 ◦ green 120 ◦ blue 250

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

Shades of Light Slate Blue #8978FA

Tints of Light Slate Blue #8978FA

RGB

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

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

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

R = 27.02%
G = 23.67%
B = 49.31%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8978FA (or 0x8978FA) is known color: Light Slate Blue. HEX triplet: 89, 78 and FA. RGB value is (137,120,250). Sum of RGB (Red+Green+Blue) = 137+120+250=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #8978FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8978FA is #768705. Grayscale: #8B8B8B. Windows color (decimal): -7767814 or 16414857. OLE color: 16414857.

HSL color Cylindrical-coordinate representation of color #8978FA: hue angle of 247.85º 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 #8978FA is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 120 250 -
CMYK 0.45 0.52 0 0.02
HSL 247.85º 0.93% 0.73% -
HSV(B) 247.85º 0.52% 0.98% -
XYZ 34.29 25.65 93.59 -
YUV 139.9 190.13 125.93 -
System Red Green Blue C M Y K H S L
Decimal 137 120 250 0.45 0.52 0 0.02 247.85 0.93 0.73
Hex 89 78 FA 2D 34 0 2 F8 5D 49
Octal 211 170 372 55 64 0 2 370 135 111
Binary 10001001 1111000 11111010 101101 110100 0 10 11111000 1011101 1001001

Color Harmonies of #8978FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8978FA

Black with #8978FA

Text Example


Text Example

White with #8978FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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