Html Css Color HEX #866EEB Medium Slate Blue

📋 copy color: '#866EEB'

red 134 ◦ green 110 ◦ blue 235

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

Shades of Medium Slate Blue #866EEB

Tints of Medium Slate Blue #866EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.96%

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 27.97%
G = 22.96%
B = 49.06%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#866EEB (or 0x866EEB) is known color: Medium Slate Blue. HEX triplet: 86, 6E and EB. RGB value is (134,110,235). Sum of RGB (Red+Green+Blue) = 134+110+235=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #866EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EEB is #799114. Grayscale: #828282. Windows color (decimal): -7966997 or 15429254. OLE color: 15429254.

HSL color Cylindrical-coordinate representation of color #866EEB: hue angle of 251.52º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866EEB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 110 235 -
CMYK 0.43 0.53 0 0.08
HSL 251.52º 0.76% 0.68% -
HSV(B) 251.52º 0.53% 0.92% -
XYZ 30.4 22.22 81.28 -
YUV 131.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 134 110 235 0.43 0.53 0 0.08 251.52 0.76 0.68
Hex 86 6E EB 2B 35 0 8 FC 4C 44
Octal 206 156 353 53 65 0 10 374 114 104
Binary 10000110 1101110 11101011 101011 110101 0 1000 11111100 1001100 1000100

Color Harmonies of #866EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866EEB

Black with #866EEB

Text Example


Text Example

White with #866EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866EEB; }

 p { color: rgb(134,110,235); }

 H1.HeaderClassName
 {
   color: #866EEB;
 }
 .AnyTagClassName
 {
   color: #866EEB;
 }
</style>

background-color css

<style>
 a { background-color: #866EEB; }

 a { background-color: rgb(134,110,235); }

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

border-color css

<style>
 span { border-color: #866EEB; }

 span { border-color: rgb(134,110,235); }

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