Html Css Color HEX #866BED Medium Slate Blue

📋 copy color: '#866BED'

red 134 ◦ green 107 ◦ blue 237

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

Shades of Medium Slate Blue #866BED

Tints of Medium Slate Blue #866BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.38%

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 28.03%
G = 22.38%
B = 49.58%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#866BED (or 0x866BED) is known color: Medium Slate Blue. HEX triplet: 86, 6B and ED. RGB value is (134,107,237). Sum of RGB (Red+Green+Blue) = 134+107+237=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #866BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866BED is #799412. Grayscale: #818181. Windows color (decimal): -7967763 or 15559558. OLE color: 15559558.

HSL color Cylindrical-coordinate representation of color #866BED: hue angle of 252.46º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #866BED is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 107 237 -
CMYK 0.43 0.55 0 0.07
HSL 252.46º 0.78% 0.67% -
HSV(B) 252.46º 0.55% 0.93% -
XYZ 30.38 21.7 82.71 -
YUV 129.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 134 107 237 0.43 0.55 0 0.07 252.46 0.78 0.67
Hex 86 6B ED 2B 37 0 7 FC 4E 43
Octal 206 153 355 53 67 0 7 374 116 103
Binary 10000110 1101011 11101101 101011 110111 0 111 11111100 1001110 1000011

Color Harmonies of #866BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866BED

Black with #866BED

Text Example


Text Example

White with #866BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,107,237); }

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

background-color css

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

 a { background-color: rgb(134,107,237); }

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

border-color css

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

 span { border-color: rgb(134,107,237); }

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