Html Css Color HEX #8983FA Light Slate Blue

📋 copy color: '#8983FA'

red 137 ◦ green 131 ◦ blue 250

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

Shades of Light Slate Blue #8983FA

Tints of Light Slate Blue #8983FA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.29%

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

R = 26.45%
G = 25.29%
B = 48.26%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8983FA (or 0x8983FA) is known color: Light Slate Blue. HEX triplet: 89, 83 and FA. RGB value is (137,131,250). Sum of RGB (Red+Green+Blue) = 137+131+250=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #8983FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8983FA is #767C05. Grayscale: #919191. Windows color (decimal): -7764998 or 16417673. OLE color: 16417673.

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

Color convert

RGB 137 131 250 -
CMYK 0.45 0.48 0 0.02
HSL 243.03º 0.92% 0.75% -
HSV(B) 243.03º 0.48% 0.98% -
XYZ 35.69 28.45 94.05 -
YUV 146.36 186.49 121.32 -
System Red Green Blue C M Y K H S L
Decimal 137 131 250 0.45 0.48 0 0.02 243.03 0.92 0.75
Hex 89 83 FA 2D 30 0 2 F3 5C 4B
Octal 211 203 372 55 60 0 2 363 134 113
Binary 10001001 10000011 11111010 101101 110000 0 10 11110011 1011100 1001011

Color Harmonies of #8983FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8983FA

Black with #8983FA

Text Example


Text Example

White with #8983FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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