Html Css Color HEX #836FF0 Medium Slate Blue

📋 copy color: '#836FF0'

red 131 ◦ green 111 ◦ blue 240

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

Shades of Medium Slate Blue #836FF0

Tints of Medium Slate Blue #836FF0

RGB

 RED value IS 131 (51.56% from 255) = 27.18%

 GREEN value IS 111 (43.75% from 255) = 23.03%

 BLUE value IS 240 (94.14% from 255) = 49.79%

R = 27.18%
G = 23.03%
B = 49.79%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#836FF0 (or 0x836FF0) is known color: Medium Slate Blue. HEX triplet: 83, 6F and F0. RGB value is (131,111,240). Sum of RGB (Red+Green+Blue) = 131+111+240=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #836FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836FF0 is #7C900F. Grayscale: #838383. Windows color (decimal): -8163344 or 15757187. OLE color: 15757187.

HSL color Cylindrical-coordinate representation of color #836FF0: hue angle of 249.3º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #836FF0 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 111 240 -
CMYK 0.45 0.54 0 0.06
HSL 249.3º 0.81% 0.69% -
HSV(B) 249.3º 0.54% 0.94% -
XYZ 30.77 22.49 85.16 -
YUV 131.69 189.13 127.51 -
System Red Green Blue C M Y K H S L
Decimal 131 111 240 0.45 0.54 0 0.06 249.3 0.81 0.69
Hex 83 6F F0 2D 36 0 6 F9 51 45
Octal 203 157 360 55 66 0 6 371 121 105
Binary 10000011 1101111 11110000 101101 110110 0 110 11111001 1010001 1000101

Color Harmonies of #836FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FF0

Black with #836FF0

Text Example


Text Example

White with #836FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836FF0; }

 p { color: rgb(131,111,240); }

 H1.HeaderClassName
 {
   color: #836FF0;
 }
 .AnyTagClassName
 {
   color: #836FF0;
 }
</style>

background-color css

<style>
 a { background-color: #836FF0; }

 a { background-color: rgb(131,111,240); }

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

border-color css

<style>
 span { border-color: #836FF0; }

 span { border-color: rgb(131,111,240); }

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