Html Css Color HEX #8D7CF1 Light Slate Blue

📋 copy color: '#8D7CF1'

red 141 ◦ green 124 ◦ blue 241

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

Shades of Light Slate Blue #8D7CF1

Tints of Light Slate Blue #8D7CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.63%

R = 27.87%
G = 24.51%
B = 47.63%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8D7CF1 (or 0x8D7CF1) is known color: Light Slate Blue. HEX triplet: 8D, 7C and F1. RGB value is (141,124,241). Sum of RGB (Red+Green+Blue) = 141+124+241=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D7CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7CF1 is #72830E. Grayscale: #8D8D8D. Windows color (decimal): -7504655 or 15826061. OLE color: 15826061.

HSL color Cylindrical-coordinate representation of color #8D7CF1: hue angle of 248.72º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D7CF1 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 124 241 -
CMYK 0.41 0.49 0 0.05
HSL 248.72º 0.81% 0.72% -
HSV(B) 248.72º 0.49% 0.95% -
XYZ 34.07 26.43 86.52 -
YUV 142.42 183.63 126.99 -
System Red Green Blue C M Y K H S L
Decimal 141 124 241 0.41 0.49 0 0.05 248.72 0.81 0.72
Hex 8D 7C F1 29 31 0 5 F9 51 48
Octal 215 174 361 51 61 0 5 371 121 110
Binary 10001101 1111100 11110001 101001 110001 0 101 11111001 1010001 1001000

Color Harmonies of #8D7CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7CF1

Black with #8D7CF1

Text Example


Text Example

White with #8D7CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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