Html Css Color HEX #864FEB Medium Slate Blue

📋 copy color: '#864FEB'

red 134 ◦ green 79 ◦ blue 235

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

Shades of Medium Slate Blue #864FEB

Tints of Medium Slate Blue #864FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 29.91%
G = 17.63%
B = 52.46%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#864FEB (or 0x864FEB) is known color: Medium Slate Blue. HEX triplet: 86, 4F and EB. RGB value is (134,79,235). Sum of RGB (Red+Green+Blue) = 134+79+235=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #864FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864FEB is #79B014. Grayscale: #707070. Windows color (decimal): -7974933 or 15421318. OLE color: 15421318.

HSL color Cylindrical-coordinate representation of color #864FEB: hue angle of 261.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #864FEB is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 79 235 -
CMYK 0.43 0.66 0 0.08
HSL 261.15º 0.8% 0.62% -
HSV(B) 261.15º 0.66% 0.92% -
XYZ 27.62 16.66 80.36 -
YUV 113.23 196.72 142.82 -
System Red Green Blue C M Y K H S L
Decimal 134 79 235 0.43 0.66 0 0.08 261.15 0.8 0.62
Hex 86 4F EB 2B 42 0 8 105 50 3E
Octal 206 117 353 53 102 0 10 405 120 76
Binary 10000110 1001111 11101011 101011 1000010 0 1000 100000101 1010000 111110

Color Harmonies of #864FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864FEB

Black with #864FEB

Text Example


Text Example

White with #864FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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