Html Css Color HEX #864FE6 Medium Slate Blue

📋 copy color: '#864FE6'

red 134 ◦ green 79 ◦ blue 230

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

Shades of Medium Slate Blue #864FE6

Tints of Medium Slate Blue #864FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.92%

R = 30.25%
G = 17.83%
B = 51.92%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#864FE6 (or 0x864FE6) is known color: Medium Slate Blue. HEX triplet: 86, 4F and E6. RGB value is (134,79,230). Sum of RGB (Red+Green+Blue) = 134+79+230=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #864FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864FE6 is #79B019. Grayscale: #707070. Windows color (decimal): -7974938 or 15093638. OLE color: 15093638.

HSL color Cylindrical-coordinate representation of color #864FE6: hue angle of 261.85º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #864FE6 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 79 230 -
CMYK 0.42 0.66 0 0.10
HSL 261.85º 0.75% 0.61% -
HSV(B) 261.85º 0.66% 0.9% -
XYZ 26.91 16.37 76.6 -
YUV 112.66 194.22 143.22 -
System Red Green Blue C M Y K H S L
Decimal 134 79 230 0.42 0.66 0 0.10 261.85 0.75 0.61
Hex 86 4F E6 2A 42 0 A 106 4B 3D
Octal 206 117 346 52 102 0 12 406 113 75
Binary 10000110 1001111 11100110 101010 1000010 0 1010 100000110 1001011 111101

Color Harmonies of #864FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864FE6

Black with #864FE6

Text Example


Text Example

White with #864FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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