Html Css Color HEX #866DFF Light Slate Blue

📋 copy color: '#866DFF'

red 134 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #866DFF

Tints of Light Slate Blue #866DFF

RGB

 RED value IS 134 (52.73% from 255) = 26.91%

 GREEN value IS 109 (42.97% from 255) = 21.89%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 26.91%
G = 21.89%
B = 51.2%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#866DFF (or 0x866DFF) is known color: Light Slate Blue. HEX triplet: 86, 6D and FF. RGB value is (134,109,255). Sum of RGB (Red+Green+Blue) = 134+109+255=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #866DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866DFF is #799200. Grayscale: #848484. Windows color (decimal): -7967233 or 16739718. OLE color: 16739718.

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

Color convert

RGB 134 109 255 -
CMYK 0.47 0.57 0 0
HSL 250.27º 1% 0.71% -
HSV(B) 250.27º 0.57% 1% -
XYZ 33.35 23.23 97.33 -
YUV 133.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 134 109 255 0.47 0.57 0 0 250.27 1 0.71
Hex 86 6D FF 2F 39 0 0 FA 64 47
Octal 206 155 377 57 71 0 0 372 144 107
Binary 10000110 1101101 11111111 101111 111001 0 0 11111010 1100100 1000111

Color Harmonies of #866DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DFF

Black with #866DFF

Text Example


Text Example

White with #866DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866DFF; }

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

 H1.HeaderClassName
 {
   color: #866DFF;
 }
 .AnyTagClassName
 {
   color: #866DFF;
 }
</style>

background-color css

<style>
 a { background-color: #866DFF; }

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

 div.DivClassName
 {
   background-color: #866DFF;
 }
 .BgClassName
 {
   background-color: #866DFF;
 }
</style>

border-color css

<style>
 span { border-color: #866DFF; }

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

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