Html Css Color HEX #867DE6 Medium Slate Blue

📋 copy color: '#867DE6'

red 134 ◦ green 125 ◦ blue 230

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

Shades of Medium Slate Blue #867DE6

Tints of Medium Slate Blue #867DE6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.56%

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 27.4%
G = 25.56%
B = 47.03%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#867DE6 (or 0x867DE6) is known color: Medium Slate Blue. HEX triplet: 86, 7D and E6. RGB value is (134,125,230). Sum of RGB (Red+Green+Blue) = 134+125+230=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #867DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867DE6 is #798219. Grayscale: #8B8B8B. Windows color (decimal): -7963162 or 15105414. OLE color: 15105414.

HSL color Cylindrical-coordinate representation of color #867DE6: hue angle of 245.14º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #867DE6 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 125 230 -
CMYK 0.42 0.46 0 0.10
HSL 245.14º 0.68% 0.7% -
HSV(B) 245.14º 0.46% 0.9% -
XYZ 31.45 25.45 78.12 -
YUV 139.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 134 125 230 0.42 0.46 0 0.10 245.14 0.68 0.7
Hex 86 7D E6 2A 2E 0 A F5 44 46
Octal 206 175 346 52 56 0 12 365 104 106
Binary 10000110 1111101 11100110 101010 101110 0 1010 11110101 1000100 1000110

Color Harmonies of #867DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DE6

Black with #867DE6

Text Example


Text Example

White with #867DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,125,230); }

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

background-color css

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

 a { background-color: rgb(134,125,230); }

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

border-color css

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

 span { border-color: rgb(134,125,230); }

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