Html Css Color HEX #865CEB Medium Slate Blue

📋 copy color: '#865CEB'

red 134 ◦ green 92 ◦ blue 235

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

Shades of Medium Slate Blue #865CEB

Tints of Medium Slate Blue #865CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.96%

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

R = 29.07%
G = 19.96%
B = 50.98%

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

#865CEB (or 0x865CEB) is known color: Medium Slate Blue. HEX triplet: 86, 5C and EB. RGB value is (134,92,235). Sum of RGB (Red+Green+Blue) = 134+92+235=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #865CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865CEB is #79A314. Grayscale: #787878. Windows color (decimal): -7971605 or 15424646. OLE color: 15424646.

HSL color Cylindrical-coordinate representation of color #865CEB: hue angle of 257.62º 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 #865CEB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 92 235 -
CMYK 0.43 0.61 0 0.08
HSL 257.62º 0.78% 0.64% -
HSV(B) 257.62º 0.61% 0.92% -
XYZ 28.65 18.72 80.7 -
YUV 120.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 134 92 235 0.43 0.61 0 0.08 257.62 0.78 0.64
Hex 86 5C EB 2B 3D 0 8 102 4E 40
Octal 206 134 353 53 75 0 10 402 116 100
Binary 10000110 1011100 11101011 101011 111101 0 1000 100000010 1001110 1000000

Color Harmonies of #865CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CEB

Black with #865CEB

Text Example


Text Example

White with #865CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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