Html Css Color HEX #864BFF Medium Slate Blue

📋 copy color: '#864BFF'

red 134 ◦ green 75 ◦ blue 255

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

Shades of Medium Slate Blue #864BFF

Tints of Medium Slate Blue #864BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.96%

R = 28.88%
G = 16.16%
B = 54.96%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#864BFF (or 0x864BFF) is known color: Medium Slate Blue. HEX triplet: 86, 4B and FF. RGB value is (134,75,255). Sum of RGB (Red+Green+Blue) = 134+75+255=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #864BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864BFF is #79B400. Grayscale: #707070. Windows color (decimal): -7975937 or 16731014. OLE color: 16731014.

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

Color convert

RGB 134 75 255 -
CMYK 0.47 0.71 0 0
HSL 259.67º 1% 0.65% -
HSV(B) 259.67º 0.71% 1% -
XYZ 30.4 17.32 96.35 -
YUV 113.16 208.05 142.86 -
System Red Green Blue C M Y K H S L
Decimal 134 75 255 0.47 0.71 0 0 259.67 1 0.65
Hex 86 4B FF 2F 47 0 0 104 64 41
Octal 206 113 377 57 107 0 0 404 144 101
Binary 10000110 1001011 11111111 101111 1000111 0 0 100000100 1100100 1000001

Color Harmonies of #864BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864BFF

Black with #864BFF

Text Example


Text Example

White with #864BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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