Html Css Color HEX #8D7CFB Light Slate Blue

📋 copy color: '#8D7CFB'

red 141 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #8D7CFB

Tints of Light Slate Blue #8D7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.03%

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

R = 27.33%
G = 24.03%
B = 48.64%

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

#8D7CFB (or 0x8D7CFB) is known color: Light Slate Blue. HEX triplet: 8D, 7C and FB. RGB value is (141,124,251). Sum of RGB (Red+Green+Blue) = 141+124+251=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D7CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7CFB is #728304. Grayscale: #8F8F8F. Windows color (decimal): -7504645 or 16481421. OLE color: 16481421.

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

Color convert

RGB 141 124 251 -
CMYK 0.44 0.51 0 0.02
HSL 248.03º 0.94% 0.74% -
HSV(B) 248.03º 0.51% 0.98% -
XYZ 35.6 27.04 94.61 -
YUV 143.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 141 124 251 0.44 0.51 0 0.02 248.03 0.94 0.74
Hex 8D 7C FB 2C 33 0 2 F8 5E 4A
Octal 215 174 373 54 63 0 2 370 136 112
Binary 10001101 1111100 11111011 101100 110011 0 10 11111000 1011110 1001010

Color Harmonies of #8D7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7CFB

Black with #8D7CFB

Text Example


Text Example

White with #8D7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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