#865CE4

Color #865CE4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #865CE4

Tints of Medium Slate Blue #865CE4

Color information

#865CE4 (or 0x865CE4) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 5C and E4. RGB value is (134,92,228). Sum of RGB (Red+Green+Blue) = 134+92+228=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #865CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CE4 is #79A31B. Grayscale: #777777. Windows color (decimal): -7971612 or 14965894. OLE color: 14965894.

HSL color Cylindrical-coordinate representation of color #865CE4: hue angle of 258.53º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865CE4 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13492228-
CMYK0.410.6000.11
HSL258.53º71.58%62.75%-
HSV(B)258.53º59.65%89.41%-
XYZ27.6618.3275.48-
YUV120.06188.91137.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.52%
GREEN value IS 92 (36.33% from 255) = 20.26%
BLUE value IS 228 (89.45% from 255) = 50.22%
R=29.52%
G=20.26%
B=50.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134922280.410.6000.11258.5371.5862.75
Hex865CE4293C0B103483f
Octal206134344517401340311077
Binary10000110101110011100100101001111100010111000000111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865CE4; }

 p { color: rgb(134,92,228); }

 H1.HeaderClassName
 {
   color: #865CE4;
 }
 .AnyTagClassName
 {
   color: #865CE4;
 }
</style>
background-color css

<style>
 a { background-color: #865CE4; }

 a { background-color: rgb(134,92,228); }

 div.DivClassName
 {
   background-color: #865CE4;
 }
 .BgClassName
 {
   background-color: #865CE4;
 }
</style>
border-color css

<style>
 span { border-color: #865CE4; }

 span { border-color: rgb(134,92,228); }

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