Html Css Color HEX #864CEE Medium Slate Blue

📋 copy color: '#864CEE'

red 134 ◦ green 76 ◦ blue 238

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

Shades of Medium Slate Blue #864CEE

Tints of Medium Slate Blue #864CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.96%

 BLUE value IS 238 (93.36% from 255) = 53.13%

R = 29.91%
G = 16.96%
B = 53.13%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#864CEE (or 0x864CEE) is known color: Medium Slate Blue. HEX triplet: 86, 4C and EE. RGB value is (134,76,238). Sum of RGB (Red+Green+Blue) = 134+76+238=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #864CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864CEE is #79B311. Grayscale: #6F6F6F. Windows color (decimal): -7975698 or 15617158. OLE color: 15617158.

HSL color Cylindrical-coordinate representation of color #864CEE: hue angle of 261.48º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #864CEE is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 76 238 -
CMYK 0.44 0.68 0 0.07
HSL 261.48º 0.83% 0.62% -
HSV(B) 261.48º 0.68% 0.93% -
XYZ 27.85 16.41 82.59 -
YUV 111.81 199.22 143.83 -
System Red Green Blue C M Y K H S L
Decimal 134 76 238 0.44 0.68 0 0.07 261.48 0.83 0.62
Hex 86 4C EE 2C 44 0 7 105 53 3E
Octal 206 114 356 54 104 0 7 405 123 76
Binary 10000110 1001100 11101110 101100 1000100 0 111 100000101 1010011 111110

Color Harmonies of #864CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CEE

Black with #864CEE

Text Example


Text Example

White with #864CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,76,238); }

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

background-color css

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

 a { background-color: rgb(134,76,238); }

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

border-color css

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

 span { border-color: rgb(134,76,238); }

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