Html Css Color HEX #866AF6 Light Slate Blue

📋 copy color: '#866AF6'

red 134 ◦ green 106 ◦ blue 246

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

Shades of Light Slate Blue #866AF6

Tints of Light Slate Blue #866AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 27.57%
G = 21.81%
B = 50.62%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#866AF6 (or 0x866AF6) is known color: Light Slate Blue. HEX triplet: 86, 6A and F6. RGB value is (134,106,246). Sum of RGB (Red+Green+Blue) = 134+106+246=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #866AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866AF6 is #799509. Grayscale: #818181. Windows color (decimal): -7968010 or 16149126. OLE color: 16149126.

HSL color Cylindrical-coordinate representation of color #866AF6: hue angle of 252º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #866AF6 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 106 246 -
CMYK 0.46 0.57 0 0.04
HSL 252º 0.89% 0.69% -
HSV(B) 252º 0.57% 0.96% -
XYZ 31.62 22.03 89.77 -
YUV 130.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 134 106 246 0.46 0.57 0 0.04 252 0.89 0.69
Hex 86 6A F6 2E 39 0 4 FC 59 45
Octal 206 152 366 56 71 0 4 374 131 105
Binary 10000110 1101010 11110110 101110 111001 0 100 11111100 1011001 1000101

Color Harmonies of #866AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866AF6

Black with #866AF6

Text Example


Text Example

White with #866AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,106,246); }

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

background-color css

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

 a { background-color: rgb(134,106,246); }

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

border-color css

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

 span { border-color: rgb(134,106,246); }

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