Html Css Color HEX #864FFB Medium Slate Blue

📋 copy color: '#864FFB'

red 134 ◦ green 79 ◦ blue 251

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

Shades of Medium Slate Blue #864FFB

Tints of Medium Slate Blue #864FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 28.88%
G = 17.03%
B = 54.09%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#864FFB (or 0x864FFB) is known color: Medium Slate Blue. HEX triplet: 86, 4F and FB. RGB value is (134,79,251). Sum of RGB (Red+Green+Blue) = 134+79+251=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #864FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864FFB is #79B004. Grayscale: #727272. Windows color (decimal): -7974917 or 16469894. OLE color: 16469894.

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

Color convert

RGB 134 79 251 -
CMYK 0.47 0.69 0 0.02
HSL 259.19º 0.96% 0.65% -
HSV(B) 259.19º 0.69% 0.98% -
XYZ 30.04 17.63 93.09 -
YUV 115.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 134 79 251 0.47 0.69 0 0.02 259.19 0.96 0.65
Hex 86 4F FB 2F 45 0 2 103 60 41
Octal 206 117 373 57 105 0 2 403 140 101
Binary 10000110 1001111 11111011 101111 1000101 0 10 100000011 1100000 1000001

Color Harmonies of #864FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864FFB

Black with #864FFB

Text Example


Text Example

White with #864FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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