Html Css Color HEX #867EE2 Medium Slate Blue

📋 copy color: '#867EE2'

red 134 ◦ green 126 ◦ blue 226

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

Shades of Medium Slate Blue #867EE2

Tints of Medium Slate Blue #867EE2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.93%

 BLUE value IS 226 (88.67% from 255) = 46.5%

R = 27.57%
G = 25.93%
B = 46.5%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#867EE2 (or 0x867EE2) is known color: Medium Slate Blue. HEX triplet: 86, 7E and E2. RGB value is (134,126,226). Sum of RGB (Red+Green+Blue) = 134+126+226=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 226 - color contains mainly: blue. Hex color #867EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EE2 is #79811D. Grayscale: #8B8B8B. Windows color (decimal): -7962910 or 14843526. OLE color: 14843526.

HSL color Cylindrical-coordinate representation of color #867EE2: hue angle of 244.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867EE2 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 126 226 -
CMYK 0.41 0.44 0 0.11
HSL 244.8º 0.63% 0.69% -
HSV(B) 244.8º 0.44% 0.89% -
XYZ 31.02 25.48 75.23 -
YUV 139.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 134 126 226 0.41 0.44 0 0.11 244.8 0.63 0.69
Hex 86 7E E2 29 2C 0 B F5 3F 45
Octal 206 176 342 51 54 0 13 365 77 105
Binary 10000110 1111110 11100010 101001 101100 0 1011 11110101 111111 1000101

Color Harmonies of #867EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867EE2

Black with #867EE2

Text Example


Text Example

White with #867EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867EE2; }

 p { color: rgb(134,126,226); }

 H1.HeaderClassName
 {
   color: #867EE2;
 }
 .AnyTagClassName
 {
   color: #867EE2;
 }
</style>

background-color css

<style>
 a { background-color: #867EE2; }

 a { background-color: rgb(134,126,226); }

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

border-color css

<style>
 span { border-color: #867EE2; }

 span { border-color: rgb(134,126,226); }

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