Html Css Color HEX #866BEB Medium Slate Blue

📋 copy color: '#866BEB'

red 134 ◦ green 107 ◦ blue 235

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

Shades of Medium Slate Blue #866BEB

Tints of Medium Slate Blue #866BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.48%

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

R = 28.15%
G = 22.48%
B = 49.37%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#866BEB (or 0x866BEB) is known color: Medium Slate Blue. HEX triplet: 86, 6B and EB. RGB value is (134,107,235). Sum of RGB (Red+Green+Blue) = 134+107+235=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #866BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866BEB is #799414. Grayscale: #818181. Windows color (decimal): -7967765 or 15428486. OLE color: 15428486.

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

Color convert

RGB 134 107 235 -
CMYK 0.43 0.54 0 0.08
HSL 252.66º 0.76% 0.67% -
HSV(B) 252.66º 0.54% 0.92% -
XYZ 30.08 21.58 81.18 -
YUV 129.67 187.45 131.09 -
System Red Green Blue C M Y K H S L
Decimal 134 107 235 0.43 0.54 0 0.08 252.66 0.76 0.67
Hex 86 6B EB 2B 36 0 8 FD 4C 43
Octal 206 153 353 53 66 0 10 375 114 103
Binary 10000110 1101011 11101011 101011 110110 0 1000 11111101 1001100 1000011

Color Harmonies of #866BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866BEB

Black with #866BEB

Text Example


Text Example

White with #866BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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