Html Css Color HEX #8F58FF Light Slate Blue

📋 copy color: '#8F58FF'

red 143 ◦ green 88 ◦ blue 255

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

Shades of Light Slate Blue #8F58FF

Tints of Light Slate Blue #8F58FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.11%

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

R = 29.42%
G = 18.11%
B = 52.47%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F58FF (or 0x8F58FF) is known color: Light Slate Blue. HEX triplet: 8F, 58 and FF. RGB value is (143,88,255). Sum of RGB (Red+Green+Blue) = 143+88+255=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F58FF is #70A700. Grayscale: #7A7A7A. Windows color (decimal): -7382785 or 16734351. OLE color: 16734351.

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

Color convert

RGB 143 88 255 -
CMYK 0.44 0.65 0 0
HSL 259.76º 1% 0.67% -
HSV(B) 259.76º 0.65% 1% -
XYZ 32.87 20.04 96.74 -
YUV 123.48 202.22 141.92 -
System Red Green Blue C M Y K H S L
Decimal 143 88 255 0.44 0.65 0 0 259.76 1 0.67
Hex 8F 58 FF 2C 41 0 0 104 64 43
Octal 217 130 377 54 101 0 0 404 144 103
Binary 10001111 1011000 11111111 101100 1000001 0 0 100000100 1100100 1000011

Color Harmonies of #8F58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F58FF

Black with #8F58FF

Text Example


Text Example

White with #8F58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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