Html Css Color HEX #867CEB Medium Slate Blue

📋 copy color: '#867CEB'

red 134 ◦ green 124 ◦ blue 235

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

Shades of Medium Slate Blue #867CEB

Tints of Medium Slate Blue #867CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.15%

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

R = 27.18%
G = 25.15%
B = 47.67%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#867CEB (or 0x867CEB) is known color: Medium Slate Blue. HEX triplet: 86, 7C and EB. RGB value is (134,124,235). Sum of RGB (Red+Green+Blue) = 134+124+235=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #867CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CEB is #798314. Grayscale: #8B8B8B. Windows color (decimal): -7963413 or 15432838. OLE color: 15432838.

HSL color Cylindrical-coordinate representation of color #867CEB: hue angle of 245.41º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #867CEB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 124 235 -
CMYK 0.43 0.47 0 0.08
HSL 245.41º 0.74% 0.7% -
HSV(B) 245.41º 0.47% 0.92% -
XYZ 32.03 25.48 81.83 -
YUV 139.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 134 124 235 0.43 0.47 0 0.08 245.41 0.74 0.7
Hex 86 7C EB 2B 2F 0 8 F5 4A 46
Octal 206 174 353 53 57 0 10 365 112 106
Binary 10000110 1111100 11101011 101011 101111 0 1000 11110101 1001010 1000110

Color Harmonies of #867CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CEB

Black with #867CEB

Text Example


Text Example

White with #867CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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