Html Css Color HEX #865BEB Medium Slate Blue

📋 copy color: '#865BEB'

red 134 ◦ green 91 ◦ blue 235

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

Shades of Medium Slate Blue #865BEB

Tints of Medium Slate Blue #865BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.78%

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 29.13%
G = 19.78%
B = 51.09%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#865BEB (or 0x865BEB) is known color: Medium Slate Blue. HEX triplet: 86, 5B and EB. RGB value is (134,91,235). Sum of RGB (Red+Green+Blue) = 134+91+235=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #865BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BEB is #79A414. Grayscale: #777777. Windows color (decimal): -7971861 or 15424390. OLE color: 15424390.

HSL color Cylindrical-coordinate representation of color #865BEB: hue angle of 257.92º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #865BEB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 91 235 -
CMYK 0.43 0.61 0 0.08
HSL 257.92º 0.78% 0.64% -
HSV(B) 257.92º 0.61% 0.92% -
XYZ 28.57 18.55 80.67 -
YUV 120.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 134 91 235 0.43 0.61 0 0.08 257.92 0.78 0.64
Hex 86 5B EB 2B 3D 0 8 102 4E 40
Octal 206 133 353 53 75 0 10 402 116 100
Binary 10000110 1011011 11101011 101011 111101 0 1000 100000010 1001110 1000000

Color Harmonies of #865BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BEB

Black with #865BEB

Text Example


Text Example

White with #865BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865BEB; }

 p { color: rgb(134,91,235); }

 H1.HeaderClassName
 {
   color: #865BEB;
 }
 .AnyTagClassName
 {
   color: #865BEB;
 }
</style>

background-color css

<style>
 a { background-color: #865BEB; }

 a { background-color: rgb(134,91,235); }

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

border-color css

<style>
 span { border-color: #865BEB; }

 span { border-color: rgb(134,91,235); }

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