Html Css Color HEX #8D7AFB Light Slate Blue

📋 copy color: '#8D7AFB'

red 141 ◦ green 122 ◦ blue 251

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

Shades of Light Slate Blue #8D7AFB

Tints of Light Slate Blue #8D7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.74%

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

R = 27.43%
G = 23.74%
B = 48.83%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D7AFB (or 0x8D7AFB) is known color: Light Slate Blue. HEX triplet: 8D, 7A and FB. RGB value is (141,122,251). Sum of RGB (Red+Green+Blue) = 141+122+251=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D7AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7AFB is #728504. Grayscale: #8D8D8D. Windows color (decimal): -7505157 or 16480909. OLE color: 16480909.

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

Color convert

RGB 141 122 251 -
CMYK 0.44 0.51 0 0.02
HSL 248.84º 0.94% 0.73% -
HSV(B) 248.84º 0.51% 0.98% -
XYZ 35.36 26.55 94.53 -
YUV 142.39 189.29 127.01 -
System Red Green Blue C M Y K H S L
Decimal 141 122 251 0.44 0.51 0 0.02 248.84 0.94 0.73
Hex 8D 7A FB 2C 33 0 2 F9 5E 49
Octal 215 172 373 54 63 0 2 371 136 111
Binary 10001101 1111010 11111011 101100 110011 0 10 11111001 1011110 1001001

Color Harmonies of #8D7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7AFB

Black with #8D7AFB

Text Example


Text Example

White with #8D7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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