Html Css Color HEX #866DFA Light Slate Blue

📋 copy color: '#866DFA'

red 134 ◦ green 109 ◦ blue 250

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

Shades of Light Slate Blue #866DFA

Tints of Light Slate Blue #866DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 27.18%
G = 22.11%
B = 50.71%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#866DFA (or 0x866DFA) is known color: Light Slate Blue. HEX triplet: 86, 6D and FA. RGB value is (134,109,250). Sum of RGB (Red+Green+Blue) = 134+109+250=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #866DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866DFA is #799205. Grayscale: #848484. Windows color (decimal): -7967238 or 16412038. OLE color: 16412038.

HSL color Cylindrical-coordinate representation of color #866DFA: hue angle of 250.64º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #866DFA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 109 250 -
CMYK 0.46 0.56 0 0.02
HSL 250.64º 0.93% 0.7% -
HSV(B) 250.64º 0.56% 0.98% -
XYZ 32.56 22.91 93.15 -
YUV 132.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 134 109 250 0.46 0.56 0 0.02 250.64 0.93 0.7
Hex 86 6D FA 2E 38 0 2 FB 5D 46
Octal 206 155 372 56 70 0 2 373 135 106
Binary 10000110 1101101 11111010 101110 111000 0 10 11111011 1011101 1000110

Color Harmonies of #866DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DFA

Black with #866DFA

Text Example


Text Example

White with #866DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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