Html Css Color HEX #865DFE Light Slate Blue

📋 copy color: '#865DFE'

red 134 ◦ green 93 ◦ blue 254

#865DFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #865DFE

Tints of Light Slate Blue #865DFE

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 value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#865DFE (or 0x865DFE) is known color: 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

RGB 134 93 254 -
CMYK 0.47 0.63 0 0.00
HSL 255.28º 0.99% 0.68% -
HSV(B) 255.28º 0.63% 1% -
XYZ 31.64 20.05 95.97 -
YUV 123.61 201.58 135.41 -
System Red Green Blue C M Y K H S L
Decimal 134 93 254 0.47 0.63 0 0.00 255.28 0.99 0.68
Hex 86 5D FE 2F 3F 0 0 FF 63 44
Octal 206 135 376 57 77 0 0 377 143 104
Binary 10000110 1011101 11111110 101111 111111 0 0 11111111 1100011 1000100

Color Harmonies of #865DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DFE

Black with #865DFE

Text Example


Text Example

White with #865DFE

Text Example


Text Example

HTML Codes & Css Web 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>