Html Css Color HEX #8D5AFB Light Slate Blue

📋 copy color: '#8D5AFB'

red 141 ◦ green 90 ◦ blue 251

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

Shades of Light Slate Blue #8D5AFB

Tints of Light Slate Blue #8D5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 29.25%
G = 18.67%
B = 52.07%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D5AFB (or 0x8D5AFB) is known color: Light Slate Blue. HEX triplet: 8D, 5A and FB. RGB value is (141,90,251). Sum of RGB (Red+Green+Blue) = 141+90+251=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D5AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5AFB is #72A504. Grayscale: #7B7B7B. Windows color (decimal): -7513349 or 16472717. OLE color: 16472717.

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

Color convert

RGB 141 90 251 -
CMYK 0.44 0.64 0 0.02
HSL 259.01º 0.95% 0.67% -
HSV(B) 259.01º 0.64% 0.98% -
XYZ 32.05 19.94 93.43 -
YUV 123.6 199.9 140.41 -
System Red Green Blue C M Y K H S L
Decimal 141 90 251 0.44 0.64 0 0.02 259.01 0.95 0.67
Hex 8D 5A FB 2C 40 0 2 103 5F 43
Octal 215 132 373 54 100 0 2 403 137 103
Binary 10001101 1011010 11111011 101100 1000000 0 10 100000011 1011111 1000011

Color Harmonies of #8D5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5AFB

Black with #8D5AFB

Text Example


Text Example

White with #8D5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,90,251); }

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

background-color css

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

 a { background-color: rgb(141,90,251); }

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

border-color css

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

 span { border-color: rgb(141,90,251); }

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