Html Css Color HEX #866FE6 Medium Slate Blue

📋 copy color: '#866FE6'

red 134 ◦ green 111 ◦ blue 230

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

Shades of Medium Slate Blue #866FE6

Tints of Medium Slate Blue #866FE6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.37%

 BLUE value IS 230 (90.23% from 255) = 48.42%

R = 28.21%
G = 23.37%
B = 48.42%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#866FE6 (or 0x866FE6) is known color: Medium Slate Blue. HEX triplet: 86, 6F and E6. RGB value is (134,111,230). Sum of RGB (Red+Green+Blue) = 134+111+230=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #866FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866FE6 is #799019. Grayscale: #828282. Windows color (decimal): -7966746 or 15101830. OLE color: 15101830.

HSL color Cylindrical-coordinate representation of color #866FE6: hue angle of 251.6º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #866FE6 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 111 230 -
CMYK 0.42 0.52 0 0.10
HSL 251.6º 0.7% 0.67% -
HSV(B) 251.6º 0.52% 0.9% -
XYZ 29.8 22.15 77.57 -
YUV 131.44 183.62 129.82 -
System Red Green Blue C M Y K H S L
Decimal 134 111 230 0.42 0.52 0 0.10 251.6 0.7 0.67
Hex 86 6F E6 2A 34 0 A FC 46 43
Octal 206 157 346 52 64 0 12 374 106 103
Binary 10000110 1101111 11100110 101010 110100 0 1010 11111100 1000110 1000011

Color Harmonies of #866FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FE6

Black with #866FE6

Text Example


Text Example

White with #866FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,111,230); }

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

background-color css

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

 a { background-color: rgb(134,111,230); }

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

border-color css

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

 span { border-color: rgb(134,111,230); }

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