Html Css Color HEX #8669E5 Medium Slate Blue

📋 copy color: '#8669E5'

red 134 ◦ green 105 ◦ blue 229

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

Shades of Medium Slate Blue #8669E5

Tints of Medium Slate Blue #8669E5

RGB

 RED value IS 134 (52.73% from 255) = 28.63%

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

 BLUE value IS 229 (89.84% from 255) = 48.93%

R = 28.63%
G = 22.44%
B = 48.93%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8669E5 (or 0x8669E5) is known color: Medium Slate Blue. HEX triplet: 86, 69 and E5. RGB value is (134,105,229). Sum of RGB (Red+Green+Blue) = 134+105+229=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #8669E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669E5 is #79961A. Grayscale: #7F7F7F. Windows color (decimal): -7968283 or 15034758. OLE color: 15034758.

HSL color Cylindrical-coordinate representation of color #8669E5: hue angle of 254.03º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8669E5 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 105 229 -
CMYK 0.41 0.54 0 0.10
HSL 254.03º 0.7% 0.65% -
HSV(B) 254.03º 0.54% 0.9% -
XYZ 29.03 20.83 76.62 -
YUV 127.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 134 105 229 0.41 0.54 0 0.10 254.03 0.7 0.65
Hex 86 69 E5 29 36 0 A FE 46 41
Octal 206 151 345 51 66 0 12 376 106 101
Binary 10000110 1101001 11100101 101001 110110 0 1010 11111110 1000110 1000001

Color Harmonies of #8669E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8669E5

Black with #8669E5

Text Example


Text Example

White with #8669E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8669E5; }

 p { color: rgb(134,105,229); }

 H1.HeaderClassName
 {
   color: #8669E5;
 }
 .AnyTagClassName
 {
   color: #8669E5;
 }
</style>

background-color css

<style>
 a { background-color: #8669E5; }

 a { background-color: rgb(134,105,229); }

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

border-color css

<style>
 span { border-color: #8669E5; }

 span { border-color: rgb(134,105,229); }

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