Html Css Color HEX #866FE3 Medium Slate Blue

📋 copy color: '#866FE3'

red 134 ◦ green 111 ◦ blue 227

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

Shades of Medium Slate Blue #866FE3

Tints of Medium Slate Blue #866FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.09%

R = 28.39%
G = 23.52%
B = 48.09%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#866FE3 (or 0x866FE3) is known color: Medium Slate Blue. HEX triplet: 86, 6F and E3. RGB value is (134,111,227). Sum of RGB (Red+Green+Blue) = 134+111+227=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #866FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FE3 is #79901C. Grayscale: #828282. Windows color (decimal): -7966749 or 14905222. OLE color: 14905222.

HSL color Cylindrical-coordinate representation of color #866FE3: hue angle of 251.9º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #866FE3 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 111 227 -
CMYK 0.41 0.51 0 0.11
HSL 251.9º 0.67% 0.66% -
HSV(B) 251.9º 0.51% 0.89% -
XYZ 29.38 21.98 75.37 -
YUV 131.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 134 111 227 0.41 0.51 0 0.11 251.9 0.67 0.66
Hex 86 6F E3 29 33 0 B FC 43 42
Octal 206 157 343 51 63 0 13 374 103 102
Binary 10000110 1101111 11100011 101001 110011 0 1011 11111100 1000011 1000010

Color Harmonies of #866FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FE3

Black with #866FE3

Text Example


Text Example

White with #866FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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