Html Css Color HEX #864BFC Medium Slate Blue

📋 copy color: '#864BFC'

red 134 ◦ green 75 ◦ blue 252

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

Shades of Medium Slate Blue #864BFC

Tints of Medium Slate Blue #864BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 29.07%
G = 16.27%
B = 54.66%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#864BFC (or 0x864BFC) is known color: Medium Slate Blue. HEX triplet: 86, 4B and FC. RGB value is (134,75,252). Sum of RGB (Red+Green+Blue) = 134+75+252=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #864BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864BFC is #79B403. Grayscale: #707070. Windows color (decimal): -7975940 or 16534406. OLE color: 16534406.

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

Color convert

RGB 134 75 252 -
CMYK 0.47 0.70 0 0.01
HSL 260º 0.97% 0.64% -
HSV(B) 260º 0.7% 0.99% -
XYZ 29.92 17.13 93.82 -
YUV 112.82 206.55 143.11 -
System Red Green Blue C M Y K H S L
Decimal 134 75 252 0.47 0.70 0 0.01 260 0.97 0.64
Hex 86 4B FC 2F 46 0 1 104 61 40
Octal 206 113 374 57 106 0 1 404 141 100
Binary 10000110 1001011 11111100 101111 1000110 0 1 100000100 1100001 1000000

Color Harmonies of #864BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864BFC

Black with #864BFC

Text Example


Text Example

White with #864BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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