Html Css Color HEX #8950FF Light Slate Blue

📋 copy color: '#8950FF'

red 137 ◦ green 80 ◦ blue 255

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

Shades of Light Slate Blue #8950FF

Tints of Light Slate Blue #8950FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.95%

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

R = 29.03%
G = 16.95%
B = 54.03%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8950FF (or 0x8950FF) is known color: Light Slate Blue. HEX triplet: 89, 50 and FF. RGB value is (137,80,255). Sum of RGB (Red+Green+Blue) = 137+80+255=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #8950FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8950FF is #76AF00. Grayscale: #747474. Windows color (decimal): -7778049 or 16732297. OLE color: 16732297.

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

Color convert

RGB 137 80 255 -
CMYK 0.46 0.69 0 0
HSL 259.54º 1% 0.66% -
HSV(B) 259.54º 0.69% 1% -
XYZ 31.24 18.28 96.49 -
YUV 116.99 205.88 142.27 -
System Red Green Blue C M Y K H S L
Decimal 137 80 255 0.46 0.69 0 0 259.54 1 0.66
Hex 89 50 FF 2E 45 0 0 104 64 42
Octal 211 120 377 56 105 0 0 404 144 102
Binary 10001001 1010000 11111111 101110 1000101 0 0 100000100 1100100 1000010

Color Harmonies of #8950FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8950FF

Black with #8950FF

Text Example


Text Example

White with #8950FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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