Html Css Color HEX #8983FF Light Slate Blue

📋 copy color: '#8983FF'

red 137 ◦ green 131 ◦ blue 255

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

Shades of Light Slate Blue #8983FF

Tints of Light Slate Blue #8983FF

RGB

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

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

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

R = 26.2%
G = 25.05%
B = 48.76%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8983FF (or 0x8983FF) is known color: Light Slate Blue. HEX triplet: 89, 83 and FF. RGB value is (137,131,255). Sum of RGB (Red+Green+Blue) = 137+131+255=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #8983FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8983FF is #767C00. Grayscale: #929292. Windows color (decimal): -7764993 or 16745353. OLE color: 16745353.

HSL color Cylindrical-coordinate representation of color #8983FF: hue angle of 242.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8983FF is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 131 255 -
CMYK 0.46 0.49 0 0
HSL 242.9º 1% 0.76% -
HSV(B) 242.9º 0.49% 1% -
XYZ 36.48 28.77 98.24 -
YUV 146.93 188.99 120.92 -
System Red Green Blue C M Y K H S L
Decimal 137 131 255 0.46 0.49 0 0 242.9 1 0.76
Hex 89 83 FF 2E 31 0 0 F3 64 4C
Octal 211 203 377 56 61 0 0 363 144 114
Binary 10001001 10000011 11111111 101110 110001 0 0 11110011 1100100 1001100

Color Harmonies of #8983FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8983FF

Black with #8983FF

Text Example


Text Example

White with #8983FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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