Html Css Color HEX #8D7DFB Light Slate Blue

📋 copy color: '#8D7DFB'

red 141 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #8D7DFB

Tints of Light Slate Blue #8D7DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.18%

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

R = 27.27%
G = 24.18%
B = 48.55%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D7DFB (or 0x8D7DFB) is known color: Light Slate Blue. HEX triplet: 8D, 7D and FB. RGB value is (141,125,251). Sum of RGB (Red+Green+Blue) = 141+125+251=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D7DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7DFB is #728204. Grayscale: #8F8F8F. Windows color (decimal): -7504389 or 16481677. OLE color: 16481677.

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

Color convert

RGB 141 125 251 -
CMYK 0.44 0.50 0 0.02
HSL 247.62º 0.94% 0.74% -
HSV(B) 247.62º 0.5% 0.98% -
XYZ 35.73 27.29 94.65 -
YUV 144.15 188.3 125.75 -
System Red Green Blue C M Y K H S L
Decimal 141 125 251 0.44 0.50 0 0.02 247.62 0.94 0.74
Hex 8D 7D FB 2C 32 0 2 F8 5E 4A
Octal 215 175 373 54 62 0 2 370 136 112
Binary 10001101 1111101 11111011 101100 110010 0 10 11111000 1011110 1001010

Color Harmonies of #8D7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7DFB

Black with #8D7DFB

Text Example


Text Example

White with #8D7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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