#865CFF

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

Shades of Light Slate Blue #865CFF

Tints of Light Slate Blue #865CFF

Color information

#865CFF (or 0x865CFF) is unknown color: approx Light Slate Blue. HEX triplet: 86, 5C and FF. RGB value is (134,92,255). Sum of RGB (Red+Green+Blue) = 134+92+255=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #865CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865CFF is #79A300. Grayscale: #7A7A7A. Windows color (decimal): -7971585 or 16735366. OLE color: 16735366.

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

Color convert

RGB13492255-
CMYK0.470.6400
HSL255.46º100%68.04%-
HSV(B)255.46º63.92%100%-
XYZ31.7119.9496.79-
YUV123.14202.41135.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 92 (36.33% from 255) = 19.13%
BLUE value IS 255 (100% from 255) = 53.01%
R=27.86%
G=19.13%
B=53.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal134922550.470.6400255.4610068.04
Hex865CFF2F4000ff6444
Octal2061343775710000377144104
Binary100001101011100111111111011111000000001111111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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