Html Css Color HEX #864FEF Medium Slate Blue

📋 copy color: '#864FEF'

red 134 ◦ green 79 ◦ blue 239

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

Shades of Medium Slate Blue #864FEF

Tints of Medium Slate Blue #864FEF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.48%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 29.65%
G = 17.48%
B = 52.88%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#864FEF (or 0x864FEF) is known color: Medium Slate Blue. HEX triplet: 86, 4F and EF. RGB value is (134,79,239). Sum of RGB (Red+Green+Blue) = 134+79+239=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #864FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864FEF is #79B010. Grayscale: #717171. Windows color (decimal): -7974929 or 15683462. OLE color: 15683462.

HSL color Cylindrical-coordinate representation of color #864FEF: hue angle of 260.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #864FEF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 79 239 -
CMYK 0.44 0.67 0 0.06
HSL 260.63º 0.83% 0.62% -
HSV(B) 260.63º 0.67% 0.94% -
XYZ 28.21 16.89 83.44 -
YUV 113.69 198.72 142.49 -
System Red Green Blue C M Y K H S L
Decimal 134 79 239 0.44 0.67 0 0.06 260.63 0.83 0.62
Hex 86 4F EF 2C 43 0 6 105 53 3E
Octal 206 117 357 54 103 0 6 405 123 76
Binary 10000110 1001111 11101111 101100 1000011 0 110 100000101 1010011 111110

Color Harmonies of #864FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864FEF

Black with #864FEF

Text Example


Text Example

White with #864FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864FEF; }

 p { color: rgb(134,79,239); }

 H1.HeaderClassName
 {
   color: #864FEF;
 }
 .AnyTagClassName
 {
   color: #864FEF;
 }
</style>

background-color css

<style>
 a { background-color: #864FEF; }

 a { background-color: rgb(134,79,239); }

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

border-color css

<style>
 span { border-color: #864FEF; }

 span { border-color: rgb(134,79,239); }

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