Html Css Color HEX #8971FA Light Slate Blue

📋 copy color: '#8971FA'

red 137 ◦ green 113 ◦ blue 250

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

Shades of Light Slate Blue #8971FA

Tints of Light Slate Blue #8971FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.6%

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

R = 27.4%
G = 22.6%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8971FA (or 0x8971FA) is known color: Light Slate Blue. HEX triplet: 89, 71 and FA. RGB value is (137,113,250). Sum of RGB (Red+Green+Blue) = 137+113+250=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #8971FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8971FA is #768E05. Grayscale: #878787. Windows color (decimal): -7769606 or 16413065. OLE color: 16413065.

HSL color Cylindrical-coordinate representation of color #8971FA: hue angle of 250.51º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8971FA is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 113 250 -
CMYK 0.45 0.55 0 0.02
HSL 250.51º 0.93% 0.71% -
HSV(B) 250.51º 0.55% 0.98% -
XYZ 33.48 24.03 93.32 -
YUV 135.79 192.45 128.86 -
System Red Green Blue C M Y K H S L
Decimal 137 113 250 0.45 0.55 0 0.02 250.51 0.93 0.71
Hex 89 71 FA 2D 37 0 2 FB 5D 47
Octal 211 161 372 55 67 0 2 373 135 107
Binary 10001001 1110001 11111010 101101 110111 0 10 11111011 1011101 1000111

Color Harmonies of #8971FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8971FA

Black with #8971FA

Text Example


Text Example

White with #8971FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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