Html Css Color HEX #866FEE Medium Slate Blue

📋 copy color: '#866FEE'

red 134 ◦ green 111 ◦ blue 238

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

Shades of Medium Slate Blue #866FEE

Tints of Medium Slate Blue #866FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 27.74%
G = 22.98%
B = 49.28%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#866FEE (or 0x866FEE) is known color: Medium Slate Blue. HEX triplet: 86, 6F and EE. RGB value is (134,111,238). Sum of RGB (Red+Green+Blue) = 134+111+238=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #866FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866FEE is #799011. Grayscale: #838383. Windows color (decimal): -7966738 or 15626118. OLE color: 15626118.

HSL color Cylindrical-coordinate representation of color #866FEE: hue angle of 250.87º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866FEE is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 111 238 -
CMYK 0.44 0.53 0 0.07
HSL 250.87º 0.79% 0.68% -
HSV(B) 250.87º 0.53% 0.93% -
XYZ 30.95 22.61 83.62 -
YUV 132.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 134 111 238 0.44 0.53 0 0.07 250.87 0.79 0.68
Hex 86 6F EE 2C 35 0 7 FB 4F 44
Octal 206 157 356 54 65 0 7 373 117 104
Binary 10000110 1101111 11101110 101100 110101 0 111 11111011 1001111 1000100

Color Harmonies of #866FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FEE

Black with #866FEE

Text Example


Text Example

White with #866FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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