#865be7

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

Shades of Medium Slate Blue #865BE7

Tints of Medium Slate Blue #865BE7

Color information

#865BE7 (or 0x865BE7) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 5B and E7. RGB value is (134,91,231). Sum of RGB (Red+Green+Blue) = 134+91+231=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #865BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BE7 is #79A418. Grayscale: #777777. Windows color (decimal): -7971865 or 15162246. OLE color: 15162246.

HSL color Cylindrical-coordinate representation of color #865BE7: hue angle of 258.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #865BE7 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13491231-
CMYK0.420.6100.09
HSL258.43º74.47%63.14%-
HSV(B)258.43º60.61%90.59%-
XYZ2818.3277.66-
YUV119.82190.75138.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.39%
GREEN value IS 91 (35.94% from 255) = 19.96%
BLUE value IS 231 (90.62% from 255) = 50.66%
R=29.39%
G=19.96%
B=50.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134912310.420.6100.09258.4374.4763.14
Hex865BE72A3D091024a3f
Octal206133347527501140211277
Binary10000110101101111100111101010111101010011000000101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865be7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,231); }

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

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

 a { background-color: rgb(134,91,231); }

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

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

 span { border-color: rgb(134,91,231); }

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