Html Css Color HEX #8982FF Light Slate Blue

📋 copy color: '#8982FF'

red 137 ◦ green 130 ◦ blue 255

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

Shades of Light Slate Blue #8982FF

Tints of Light Slate Blue #8982FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.9%

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

R = 26.25%
G = 24.9%
B = 48.85%

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

#8982FF (or 0x8982FF) is known color: Light Slate Blue. HEX triplet: 89, 82 and FF. RGB value is (137,130,255). Sum of RGB (Red+Green+Blue) = 137+130+255=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #8982FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8982FF is #767D00. Grayscale: #919191. Windows color (decimal): -7765249 or 16745097. OLE color: 16745097.

HSL color Cylindrical-coordinate representation of color #8982FF: hue angle of 243.36º 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 #8982FF is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 130 255 -
CMYK 0.46 0.49 0 0
HSL 243.36º 1% 0.75% -
HSV(B) 243.36º 0.49% 1% -
XYZ 36.35 28.5 98.19 -
YUV 146.34 189.32 121.34 -
System Red Green Blue C M Y K H S L
Decimal 137 130 255 0.46 0.49 0 0 243.36 1 0.75
Hex 89 82 FF 2E 31 0 0 F3 64 4B
Octal 211 202 377 56 61 0 0 363 144 113
Binary 10001001 10000010 11111111 101110 110001 0 0 11110011 1100100 1001011

Color Harmonies of #8982FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8982FF

Black with #8982FF

Text Example


Text Example

White with #8982FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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