Html Css Color HEX #867DE8 Medium Slate Blue

📋 copy color: '#867DE8'

red 134 ◦ green 125 ◦ blue 232

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

Shades of Medium Slate Blue #867DE8

Tints of Medium Slate Blue #867DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.25%

R = 27.29%
G = 25.46%
B = 47.25%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#867DE8 (or 0x867DE8) is known color: Medium Slate Blue. HEX triplet: 86, 7D and E8. RGB value is (134,125,232). Sum of RGB (Red+Green+Blue) = 134+125+232=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #867DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867DE8 is #798217. Grayscale: #8B8B8B. Windows color (decimal): -7963160 or 15236486. OLE color: 15236486.

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

Color convert

RGB 134 125 232 -
CMYK 0.42 0.46 0 0.09
HSL 245.05º 0.7% 0.7% -
HSV(B) 245.05º 0.46% 0.91% -
XYZ 31.73 25.56 79.61 -
YUV 139.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 134 125 232 0.42 0.46 0 0.09 245.05 0.7 0.7
Hex 86 7D E8 2A 2E 0 9 F5 46 46
Octal 206 175 350 52 56 0 11 365 106 106
Binary 10000110 1111101 11101000 101010 101110 0 1001 11110101 1000110 1000110

Color Harmonies of #867DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867DE8

Black with #867DE8

Text Example


Text Example

White with #867DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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