Html Css Color HEX #8D60FA Light Slate Blue

📋 copy color: '#8D60FA'

red 141 ◦ green 96 ◦ blue 250

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

Shades of Light Slate Blue #8D60FA

Tints of Light Slate Blue #8D60FA

RGB

 RED value IS 141 (55.47% from 255) = 28.95%

 GREEN value IS 96 (37.89% from 255) = 19.71%

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 28.95%
G = 19.71%
B = 51.33%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D60FA (or 0x8D60FA) is known color: Light Slate Blue. HEX triplet: 8D, 60 and FA. RGB value is (141,96,250). Sum of RGB (Red+Green+Blue) = 141+96+250=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D60FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D60FA is #729F05. Grayscale: #7E7E7E. Windows color (decimal): -7511814 or 16408717. OLE color: 16408717.

HSL color Cylindrical-coordinate representation of color #8D60FA: hue angle of 257.53º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D60FA is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 96 250 -
CMYK 0.44 0.62 0 0.02
HSL 257.53º 0.94% 0.68% -
HSV(B) 257.53º 0.62% 0.98% -
XYZ 32.42 20.93 92.77 -
YUV 127.01 197.41 137.98 -
System Red Green Blue C M Y K H S L
Decimal 141 96 250 0.44 0.62 0 0.02 257.53 0.94 0.68
Hex 8D 60 FA 2C 3E 0 2 102 5E 44
Octal 215 140 372 54 76 0 2 402 136 104
Binary 10001101 1100000 11111010 101100 111110 0 10 100000010 1011110 1000100

Color Harmonies of #8D60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D60FA

Black with #8D60FA

Text Example


Text Example

White with #8D60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,96,250); }

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

background-color css

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

 a { background-color: rgb(141,96,250); }

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

border-color css

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

 span { border-color: rgb(141,96,250); }

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