Html Css Color HEX #8979FF Light Slate Blue

📋 copy color: '#8979FF'

red 137 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #8979FF

Tints of Light Slate Blue #8979FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.59%

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

R = 26.71%
G = 23.59%
B = 49.71%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8979FF (or 0x8979FF) is known color: Light Slate Blue. HEX triplet: 89, 79 and FF. RGB value is (137,121,255). Sum of RGB (Red+Green+Blue) = 137+121+255=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #8979FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8979FF is #768600. Grayscale: #8C8C8C. Windows color (decimal): -7767553 or 16742793. OLE color: 16742793.

HSL color Cylindrical-coordinate representation of color #8979FF: hue angle of 247.16º 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 #8979FF is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 121 255 -
CMYK 0.46 0.53 0 0
HSL 247.16º 1% 0.74% -
HSV(B) 247.16º 0.53% 1% -
XYZ 35.2 26.21 97.81 -
YUV 141.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 137 121 255 0.46 0.53 0 0 247.16 1 0.74
Hex 89 79 FF 2E 35 0 0 F7 64 4A
Octal 211 171 377 56 65 0 0 367 144 112
Binary 10001001 1111001 11111111 101110 110101 0 0 11110111 1100100 1001010

Color Harmonies of #8979FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8979FF

Black with #8979FF

Text Example


Text Example

White with #8979FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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