Html Css Color HEX #866FE5 Medium Slate Blue

📋 copy color: '#866FE5'

red 134 ◦ green 111 ◦ blue 229

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

Shades of Medium Slate Blue #866FE5

Tints of Medium Slate Blue #866FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.31%

R = 28.27%
G = 23.42%
B = 48.31%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#866FE5 (or 0x866FE5) is known color: Medium Slate Blue. HEX triplet: 86, 6F and E5. RGB value is (134,111,229). Sum of RGB (Red+Green+Blue) = 134+111+229=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #866FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FE5 is #79901A. Grayscale: #828282. Windows color (decimal): -7966747 or 15036294. OLE color: 15036294.

HSL color Cylindrical-coordinate representation of color #866FE5: hue angle of 251.69º degrees, saturation: 0.69, 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 #866FE5 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 111 229 -
CMYK 0.41 0.52 0 0.10
HSL 251.69º 0.69% 0.67% -
HSV(B) 251.69º 0.52% 0.9% -
XYZ 29.66 22.09 76.83 -
YUV 131.33 183.12 129.91 -
System Red Green Blue C M Y K H S L
Decimal 134 111 229 0.41 0.52 0 0.10 251.69 0.69 0.67
Hex 86 6F E5 29 34 0 A FC 45 43
Octal 206 157 345 51 64 0 12 374 105 103
Binary 10000110 1101111 11100101 101001 110100 0 1010 11111100 1000101 1000011

Color Harmonies of #866FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FE5

Black with #866FE5

Text Example


Text Example

White with #866FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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