Html Css Color HEX #8973F6 Light Slate Blue

📋 copy color: '#8973F6'

red 137 ◦ green 115 ◦ blue 246

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

Shades of Light Slate Blue #8973F6

Tints of Light Slate Blue #8973F6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.09%

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 27.51%
G = 23.09%
B = 49.4%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8973F6 (or 0x8973F6) is known color: Light Slate Blue. HEX triplet: 89, 73 and F6. RGB value is (137,115,246). Sum of RGB (Red+Green+Blue) = 137+115+246=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #8973F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8973F6 is #768C09. Grayscale: #888888. Windows color (decimal): -7769098 or 16151433. OLE color: 16151433.

HSL color Cylindrical-coordinate representation of color #8973F6: hue angle of 250.08º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8973F6 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 137 115 246 -
CMYK 0.44 0.53 0 0.04
HSL 250.08º 0.88% 0.71% -
HSV(B) 250.08º 0.53% 0.96% -
XYZ 33.08 24.23 90.12 -
YUV 136.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 137 115 246 0.44 0.53 0 0.04 250.08 0.88 0.71
Hex 89 73 F6 2C 35 0 4 FA 58 47
Octal 211 163 366 54 65 0 4 372 130 107
Binary 10001001 1110011 11110110 101100 110101 0 100 11111010 1011000 1000111

Color Harmonies of #8973F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973F6

Black with #8973F6

Text Example


Text Example

White with #8973F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8973F6; }

 p { color: rgb(137,115,246); }

 H1.HeaderClassName
 {
   color: #8973F6;
 }
 .AnyTagClassName
 {
   color: #8973F6;
 }
</style>

background-color css

<style>
 a { background-color: #8973F6; }

 a { background-color: rgb(137,115,246); }

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

border-color css

<style>
 span { border-color: #8973F6; }

 span { border-color: rgb(137,115,246); }

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