Html Css Color HEX #8D69EE Medium Slate Blue

📋 copy color: '#8D69EE'

red 141 ◦ green 105 ◦ blue 238

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

Shades of Medium Slate Blue #8D69EE

Tints of Medium Slate Blue #8D69EE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.69%

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 29.13%
G = 21.69%
B = 49.17%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D69EE (or 0x8D69EE) is known color: Medium Slate Blue. HEX triplet: 8D, 69 and EE. RGB value is (141,105,238). Sum of RGB (Red+Green+Blue) = 141+105+238=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D69EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D69EE is #729611. Grayscale: #828282. Windows color (decimal): -7509522 or 15624589. OLE color: 15624589.

HSL color Cylindrical-coordinate representation of color #8D69EE: hue angle of 256.24º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D69EE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 105 238 -
CMYK 0.41 0.56 0 0.07
HSL 256.24º 0.8% 0.67% -
HSV(B) 256.24º 0.56% 0.93% -
XYZ 31.47 21.94 83.46 -
YUV 130.93 188.43 135.19 -
System Red Green Blue C M Y K H S L
Decimal 141 105 238 0.41 0.56 0 0.07 256.24 0.8 0.67
Hex 8D 69 EE 29 38 0 7 100 50 43
Octal 215 151 356 51 70 0 7 400 120 103
Binary 10001101 1101001 11101110 101001 111000 0 111 100000000 1010000 1000011

Color Harmonies of #8D69EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D69EE

Black with #8D69EE

Text Example


Text Example

White with #8D69EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,105,238); }

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

background-color css

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

 a { background-color: rgb(141,105,238); }

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

border-color css

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

 span { border-color: rgb(141,105,238); }

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