#865DFE

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

Shades of Light Slate Blue #865DFE

Tints of Light Slate Blue #865DFE

Color information

#865DFE (or 0x865DFE) is unknown color: approx Light Slate Blue. HEX triplet: 86, 5D and FE. RGB value is (134,93,254). Sum of RGB (Red+Green+Blue) = 134+93+254=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #865DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865DFE is #79A201. Grayscale: #7B7B7B. Windows color (decimal): -7971330 or 16670086. OLE color: 16670086.

HSL color Cylindrical-coordinate representation of color #865DFE: hue angle of 255.28º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865DFE is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13493254-
CMYK0.470.6300.00
HSL255.28º98.77%68.04%-
HSV(B)255.28º63.39%99.61%-
XYZ31.6420.0595.97-
YUV123.61201.58135.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 254 (99.61% from 255) = 52.81%
R=27.86%
G=19.33%
B=52.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal134932540.470.6300.00255.2898.7768.04
Hex865DFE2F3F00ff6344
Octal206135376577700377143104
Binary10000110101110111111110101111111111001111111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,93,254); }

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

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

 a { background-color: rgb(134,93,254); }

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

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

 span { border-color: rgb(134,93,254); }

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