Html Css Color HEX #8953FF Light Slate Blue

📋 copy color: '#8953FF'

red 137 ◦ green 83 ◦ blue 255

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

Shades of Light Slate Blue #8953FF

Tints of Light Slate Blue #8953FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.47%

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

R = 28.84%
G = 17.47%
B = 53.68%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8953FF (or 0x8953FF) is known color: Light Slate Blue. HEX triplet: 89, 53 and FF. RGB value is (137,83,255). Sum of RGB (Red+Green+Blue) = 137+83+255=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #8953FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8953FF is #76AC00. Grayscale: #767676. Windows color (decimal): -7777281 or 16733065. OLE color: 16733065.

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

Color convert

RGB 137 83 255 -
CMYK 0.46 0.67 0 0
HSL 258.84º 1% 0.66% -
HSV(B) 258.84º 0.67% 1% -
XYZ 31.46 18.72 96.56 -
YUV 118.75 204.89 141.01 -
System Red Green Blue C M Y K H S L
Decimal 137 83 255 0.46 0.67 0 0 258.84 1 0.66
Hex 89 53 FF 2E 43 0 0 103 64 42
Octal 211 123 377 56 103 0 0 403 144 102
Binary 10001001 1010011 11111111 101110 1000011 0 0 100000011 1100100 1000010

Color Harmonies of #8953FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953FF

Black with #8953FF

Text Example


Text Example

White with #8953FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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