Html Css Color HEX #864AFF Medium Slate Blue

📋 copy color: '#864AFF'

red 134 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #864AFF

Tints of Medium Slate Blue #864AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.98%

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

R = 28.94%
G = 15.98%
B = 55.08%

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

#864AFF (or 0x864AFF) is known color: Medium Slate Blue. HEX triplet: 86, 4A and FF. RGB value is (134,74,255). Sum of RGB (Red+Green+Blue) = 134+74+255=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #864AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864AFF is #79B500. Grayscale: #6F6F6F. Windows color (decimal): -7976193 or 16730758. OLE color: 16730758.

HSL color Cylindrical-coordinate representation of color #864AFF: hue angle of 259.89º 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 #864AFF is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 74 255 -
CMYK 0.47 0.71 0 0
HSL 259.89º 1% 0.65% -
HSV(B) 259.89º 0.71% 1% -
XYZ 30.33 17.19 96.33 -
YUV 112.57 208.38 143.28 -
System Red Green Blue C M Y K H S L
Decimal 134 74 255 0.47 0.71 0 0 259.89 1 0.65
Hex 86 4A FF 2F 47 0 0 104 64 41
Octal 206 112 377 57 107 0 0 404 144 101
Binary 10000110 1001010 11111111 101111 1000111 0 0 100000100 1100100 1000001

Color Harmonies of #864AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864AFF

Black with #864AFF

Text Example


Text Example

White with #864AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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