Html Css Color HEX #8F53FF Light Slate Blue

📋 copy color: '#8F53FF'

red 143 ◦ green 83 ◦ blue 255

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

Shades of Light Slate Blue #8F53FF

Tints of Light Slate Blue #8F53FF

RGB

 RED value IS 143 (56.25% from 255) = 29.73%

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

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

R = 29.73%
G = 17.26%
B = 53.01%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F53FF (or 0x8F53FF) is known color: Light Slate Blue. HEX triplet: 8F, 53 and FF. RGB value is (143,83,255). Sum of RGB (Red+Green+Blue) = 143+83+255=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F53FF is #70AC00. Grayscale: #777777. Windows color (decimal): -7384065 or 16733071. OLE color: 16733071.

HSL color Cylindrical-coordinate representation of color #8F53FF: hue angle of 260.93º 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 #8F53FF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 83 255 -
CMYK 0.44 0.67 0 0
HSL 260.93º 1% 0.66% -
HSV(B) 260.93º 0.67% 1% -
XYZ 32.47 19.25 96.61 -
YUV 120.55 203.88 144.01 -
System Red Green Blue C M Y K H S L
Decimal 143 83 255 0.44 0.67 0 0 260.93 1 0.66
Hex 8F 53 FF 2C 43 0 0 105 64 42
Octal 217 123 377 54 103 0 0 405 144 102
Binary 10001111 1010011 11111111 101100 1000011 0 0 100000101 1100100 1000010

Color Harmonies of #8F53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F53FF

Black with #8F53FF

Text Example


Text Example

White with #8F53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F53FF; }

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

 H1.HeaderClassName
 {
   color: #8F53FF;
 }
 .AnyTagClassName
 {
   color: #8F53FF;
 }
</style>

background-color css

<style>
 a { background-color: #8F53FF; }

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

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

border-color css

<style>
 span { border-color: #8F53FF; }

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

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