Html Css Color HEX #865FEF Medium Slate Blue

📋 copy color: '#865FEF'

red 134 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #865FEF

Tints of Medium Slate Blue #865FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.3%

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 28.63%
G = 20.3%
B = 51.07%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#865FEF (or 0x865FEF) is known color: Medium Slate Blue. HEX triplet: 86, 5F and EF. RGB value is (134,95,239). Sum of RGB (Red+Green+Blue) = 134+95+239=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #865FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865FEF is #79A010. Grayscale: #7A7A7A. Windows color (decimal): -7970833 or 15687558. OLE color: 15687558.

HSL color Cylindrical-coordinate representation of color #865FEF: hue angle of 256.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865FEF is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 95 239 -
CMYK 0.44 0.60 0 0.06
HSL 256.25º 0.82% 0.65% -
HSV(B) 256.25º 0.6% 0.94% -
XYZ 29.5 19.48 83.87 -
YUV 123.08 193.42 135.79 -
System Red Green Blue C M Y K H S L
Decimal 134 95 239 0.44 0.60 0 0.06 256.25 0.82 0.65
Hex 86 5F EF 2C 3C 0 6 100 52 41
Octal 206 137 357 54 74 0 6 400 122 101
Binary 10000110 1011111 11101111 101100 111100 0 110 100000000 1010010 1000001

Color Harmonies of #865FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FEF

Black with #865FEF

Text Example


Text Example

White with #865FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,95,239); }

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

background-color css

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

 a { background-color: rgb(134,95,239); }

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

border-color css

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

 span { border-color: rgb(134,95,239); }

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