Html Css Color HEX #864AF1 Medium Slate Blue

📋 copy color: '#864AF1'

red 134 ◦ green 74 ◦ blue 241

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

Shades of Medium Slate Blue #864AF1

Tints of Medium Slate Blue #864AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.67%

R = 29.84%
G = 16.48%
B = 53.67%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#864AF1 (or 0x864AF1) is known color: Medium Slate Blue. HEX triplet: 86, 4A and F1. RGB value is (134,74,241). Sum of RGB (Red+Green+Blue) = 134+74+241=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #864AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864AF1 is #79B50E. Grayscale: #6E6E6E. Windows color (decimal): -7976207 or 15813254. OLE color: 15813254.

HSL color Cylindrical-coordinate representation of color #864AF1: hue angle of 261.56º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #864AF1 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 74 241 -
CMYK 0.44 0.69 0 0.05
HSL 261.56º 0.86% 0.62% -
HSV(B) 261.56º 0.69% 0.95% -
XYZ 28.16 16.32 84.88 -
YUV 110.98 201.38 144.42 -
System Red Green Blue C M Y K H S L
Decimal 134 74 241 0.44 0.69 0 0.05 261.56 0.86 0.62
Hex 86 4A F1 2C 45 0 5 106 56 3E
Octal 206 112 361 54 105 0 5 406 126 76
Binary 10000110 1001010 11110001 101100 1000101 0 101 100000110 1010110 111110

Color Harmonies of #864AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864AF1

Black with #864AF1

Text Example


Text Example

White with #864AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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