Html Css Color HEX #8973FE Light Slate Blue

📋 copy color: '#8973FE'

red 137 ◦ green 115 ◦ blue 254

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

Shades of Light Slate Blue #8973FE

Tints of Light Slate Blue #8973FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 27.08%
G = 22.73%
B = 50.2%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8973FE (or 0x8973FE) is known color: Light Slate Blue. HEX triplet: 89, 73 and FE. RGB value is (137,115,254). Sum of RGB (Red+Green+Blue) = 137+115+254=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #8973FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8973FE is #768C01. Grayscale: #888888. Windows color (decimal): -7769090 or 16675721. OLE color: 16675721.

HSL color Cylindrical-coordinate representation of color #8973FE: hue angle of 249.5º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8973FE is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 115 254 -
CMYK 0.46 0.55 0 0.00
HSL 249.5º 0.99% 0.72% -
HSV(B) 249.5º 0.55% 1% -
XYZ 34.34 24.74 96.73 -
YUV 137.42 193.79 127.7 -
System Red Green Blue C M Y K H S L
Decimal 137 115 254 0.46 0.55 0 0.00 249.5 0.99 0.72
Hex 89 73 FE 2E 37 0 0 F9 63 48
Octal 211 163 376 56 67 0 0 371 143 110
Binary 10001001 1110011 11111110 101110 110111 0 0 11111001 1100011 1001000

Color Harmonies of #8973FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973FE

Black with #8973FE

Text Example


Text Example

White with #8973FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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