Html Css Color HEX #865DF9 Medium Slate Blue

📋 copy color: '#865DF9'

red 134 ◦ green 93 ◦ blue 249

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

Shades of Medium Slate Blue #865DF9

Tints of Medium Slate Blue #865DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.54%

 BLUE value IS 249 (97.66% from 255) = 52.31%

R = 28.15%
G = 19.54%
B = 52.31%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#865DF9 (or 0x865DF9) is known color: Medium Slate Blue. HEX triplet: 86, 5D and F9. RGB value is (134,93,249). Sum of RGB (Red+Green+Blue) = 134+93+249=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #865DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865DF9 is #79A206. Grayscale: #7A7A7A. Windows color (decimal): -7971335 or 16342406. OLE color: 16342406.

HSL color Cylindrical-coordinate representation of color #865DF9: hue angle of 255.77º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865DF9 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 93 249 -
CMYK 0.46 0.63 0 0.02
HSL 255.77º 0.93% 0.67% -
HSV(B) 255.77º 0.63% 0.98% -
XYZ 30.84 19.74 91.81 -
YUV 123.04 199.08 135.82 -
System Red Green Blue C M Y K H S L
Decimal 134 93 249 0.46 0.63 0 0.02 255.77 0.93 0.67
Hex 86 5D F9 2E 3F 0 2 100 5D 43
Octal 206 135 371 56 77 0 2 400 135 103
Binary 10000110 1011101 11111001 101110 111111 0 10 100000000 1011101 1000011

Color Harmonies of #865DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DF9

Black with #865DF9

Text Example


Text Example

White with #865DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,93,249); }

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

background-color css

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

 a { background-color: rgb(134,93,249); }

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

border-color css

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

 span { border-color: rgb(134,93,249); }

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