Html Css Color HEX #8666EE Medium Slate Blue

📋 copy color: '#8666EE'

red 134 ◦ green 102 ◦ blue 238

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

Shades of Medium Slate Blue #8666EE

Tints of Medium Slate Blue #8666EE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.52%

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

R = 28.27%
G = 21.52%
B = 50.21%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8666EE (or 0x8666EE) is known color: Medium Slate Blue. HEX triplet: 86, 66 and EE. RGB value is (134,102,238). Sum of RGB (Red+Green+Blue) = 134+102+238=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #8666EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8666EE is #799911. Grayscale: #7E7E7E. Windows color (decimal): -7969042 or 15623814. OLE color: 15623814.

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

Color convert

RGB 134 102 238 -
CMYK 0.44 0.57 0 0.07
HSL 254.12º 0.8% 0.67% -
HSV(B) 254.12º 0.57% 0.93% -
XYZ 30.02 20.74 83.31 -
YUV 127.07 190.6 132.94 -
System Red Green Blue C M Y K H S L
Decimal 134 102 238 0.44 0.57 0 0.07 254.12 0.8 0.67
Hex 86 66 EE 2C 39 0 7 FE 50 43
Octal 206 146 356 54 71 0 7 376 120 103
Binary 10000110 1100110 11101110 101100 111001 0 111 11111110 1010000 1000011

Color Harmonies of #8666EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8666EE

Black with #8666EE

Text Example


Text Example

White with #8666EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8666EE; }

 p { color: rgb(134,102,238); }

 H1.HeaderClassName
 {
   color: #8666EE;
 }
 .AnyTagClassName
 {
   color: #8666EE;
 }
</style>

background-color css

<style>
 a { background-color: #8666EE; }

 a { background-color: rgb(134,102,238); }

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

border-color css

<style>
 span { border-color: #8666EE; }

 span { border-color: rgb(134,102,238); }

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