Html Css Color HEX #864BFE Medium Slate Blue

📋 copy color: '#864BFE'

red 134 ◦ green 75 ◦ blue 254

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

Shades of Medium Slate Blue #864BFE

Tints of Medium Slate Blue #864BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 28.94%
G = 16.2%
B = 54.86%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#864BFE (or 0x864BFE) is known color: Medium Slate Blue. HEX triplet: 86, 4B and FE. RGB value is (134,75,254). Sum of RGB (Red+Green+Blue) = 134+75+254=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #864BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864BFE is #79B401. Grayscale: #707070. Windows color (decimal): -7975938 or 16665478. OLE color: 16665478.

HSL color Cylindrical-coordinate representation of color #864BFE: hue angle of 259.78º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864BFE is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 75 254 -
CMYK 0.47 0.70 0 0.00
HSL 259.78º 0.99% 0.65% -
HSV(B) 259.78º 0.7% 1% -
XYZ 30.24 17.26 95.5 -
YUV 113.05 207.55 142.95 -
System Red Green Blue C M Y K H S L
Decimal 134 75 254 0.47 0.70 0 0.00 259.78 0.99 0.65
Hex 86 4B FE 2F 46 0 0 104 63 41
Octal 206 113 376 57 106 0 0 404 143 101
Binary 10000110 1001011 11111110 101111 1000110 0 0 100000100 1100011 1000001

Color Harmonies of #864BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864BFE

Black with #864BFE

Text Example


Text Example

White with #864BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,75,254); }

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

background-color css

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

 a { background-color: rgb(134,75,254); }

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

border-color css

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

 span { border-color: rgb(134,75,254); }

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