Html Css Color HEX #8951FF Light Slate Blue

📋 copy color: '#8951FF'

red 137 ◦ green 81 ◦ blue 255

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

Shades of Light Slate Blue #8951FF

Tints of Light Slate Blue #8951FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.12%

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

R = 28.96%
G = 17.12%
B = 53.91%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8951FF (or 0x8951FF) is known color: Light Slate Blue. HEX triplet: 89, 51 and FF. RGB value is (137,81,255). Sum of RGB (Red+Green+Blue) = 137+81+255=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #8951FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8951FF is #76AE00. Grayscale: #747474. Windows color (decimal): -7777793 or 16732553. OLE color: 16732553.

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

Color convert

RGB 137 81 255 -
CMYK 0.46 0.68 0 0
HSL 259.31º 1% 0.66% -
HSV(B) 259.31º 0.68% 1% -
XYZ 31.31 18.42 96.51 -
YUV 117.58 205.55 141.85 -
System Red Green Blue C M Y K H S L
Decimal 137 81 255 0.46 0.68 0 0 259.31 1 0.66
Hex 89 51 FF 2E 44 0 0 103 64 42
Octal 211 121 377 56 104 0 0 403 144 102
Binary 10001001 1010001 11111111 101110 1000100 0 0 100000011 1100100 1000010

Color Harmonies of #8951FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8951FF

Black with #8951FF

Text Example


Text Example

White with #8951FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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