Html Css Color HEX #8981FF Light Slate Blue

📋 copy color: '#8981FF'

red 137 ◦ green 129 ◦ blue 255

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

Shades of Light Slate Blue #8981FF

Tints of Light Slate Blue #8981FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.76%

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

R = 26.3%
G = 24.76%
B = 48.94%

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

#8981FF (or 0x8981FF) is known color: Light Slate Blue. HEX triplet: 89, 81 and FF. RGB value is (137,129,255). Sum of RGB (Red+Green+Blue) = 137+129+255=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #8981FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8981FF is #767E00. Grayscale: #919191. Windows color (decimal): -7765505 or 16744841. OLE color: 16744841.

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

Color convert

RGB 137 129 255 -
CMYK 0.46 0.49 0 0
HSL 243.81º 1% 0.75% -
HSV(B) 243.81º 0.49% 1% -
XYZ 36.22 28.24 98.15 -
YUV 145.76 189.65 121.75 -
System Red Green Blue C M Y K H S L
Decimal 137 129 255 0.46 0.49 0 0 243.81 1 0.75
Hex 89 81 FF 2E 31 0 0 F4 64 4B
Octal 211 201 377 56 61 0 0 364 144 113
Binary 10001001 10000001 11111111 101110 110001 0 0 11110100 1100100 1001011

Color Harmonies of #8981FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8981FF

Black with #8981FF

Text Example


Text Example

White with #8981FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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