Html Css Color HEX #866FE7 Medium Slate Blue

📋 copy color: '#866FE7'

red 134 ◦ green 111 ◦ blue 231

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

Shades of Medium Slate Blue #866FE7

Tints of Medium Slate Blue #866FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.53%

R = 28.15%
G = 23.32%
B = 48.53%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#866FE7 (or 0x866FE7) is known color: Medium Slate Blue. HEX triplet: 86, 6F and E7. RGB value is (134,111,231). Sum of RGB (Red+Green+Blue) = 134+111+231=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #866FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866FE7 is #799018. Grayscale: #838383. Windows color (decimal): -7966745 or 15167366. OLE color: 15167366.

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

Color convert

RGB 134 111 231 -
CMYK 0.42 0.52 0 0.09
HSL 251.5º 0.71% 0.67% -
HSV(B) 251.5º 0.52% 0.91% -
XYZ 29.94 22.21 78.31 -
YUV 131.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 134 111 231 0.42 0.52 0 0.09 251.5 0.71 0.67
Hex 86 6F E7 2A 34 0 9 FC 47 43
Octal 206 157 347 52 64 0 11 374 107 103
Binary 10000110 1101111 11100111 101010 110100 0 1001 11111100 1000111 1000011

Color Harmonies of #866FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FE7

Black with #866FE7

Text Example


Text Example

White with #866FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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