Html Css Color HEX #8D7EEF Light Slate Blue

📋 copy color: '#8D7EEF'

red 141 ◦ green 126 ◦ blue 239

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

Shades of Light Slate Blue #8D7EEF

Tints of Light Slate Blue #8D7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.9%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 27.87%
G = 24.9%
B = 47.23%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8D7EEF (or 0x8D7EEF) is known color: Light Slate Blue. HEX triplet: 8D, 7E and EF. RGB value is (141,126,239). Sum of RGB (Red+Green+Blue) = 141+126+239=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7EEF is #728110. Grayscale: #8E8E8E. Windows color (decimal): -7504145 or 15695501. OLE color: 15695501.

HSL color Cylindrical-coordinate representation of color #8D7EEF: hue angle of 247.96º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D7EEF is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 126 239 -
CMYK 0.41 0.47 0 0.06
HSL 247.96º 0.78% 0.72% -
HSV(B) 247.96º 0.47% 0.94% -
XYZ 34.03 26.82 85.04 -
YUV 143.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 141 126 239 0.41 0.47 0 0.06 247.96 0.78 0.72
Hex 8D 7E EF 29 2F 0 6 F8 4E 48
Octal 215 176 357 51 57 0 6 370 116 110
Binary 10001101 1111110 11101111 101001 101111 0 110 11111000 1001110 1001000

Color Harmonies of #8D7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7EEF

Black with #8D7EEF

Text Example


Text Example

White with #8D7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,126,239); }

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

background-color css

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

 a { background-color: rgb(141,126,239); }

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

border-color css

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

 span { border-color: rgb(141,126,239); }

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