#865EFF

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

Shades of Light Slate Blue #865EFF

Tints of Light Slate Blue #865EFF

Color information

#865EFF (or 0x865EFF) is unknown color: approx Light Slate Blue. HEX triplet: 86, 5E and FF. RGB value is (134,94,255). Sum of RGB (Red+Green+Blue) = 134+94+255=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #865EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865EFF is #79A100. Grayscale: #7B7B7B. Windows color (decimal): -7971073 or 16735878. OLE color: 16735878.

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

Color convert

RGB13494255-
CMYK0.470.6300
HSL254.91º100%68.43%-
HSV(B)254.91º63.14%100%-
XYZ31.8820.2996.84-
YUV124.31201.75134.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.74%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 255 (100% from 255) = 52.80%
R=27.74%
G=19.46%
B=52.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal134942550.470.6300254.9110068.43
Hex865EFF2F3F00ff6444
Octal206136377577700377144104
Binary10000110101111011111111101111111111001111111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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