Html Css Color HEX #836EEA Medium Slate Blue

📋 copy color: '#836EEA'

red 131 ◦ green 110 ◦ blue 234

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

Shades of Medium Slate Blue #836EEA

Tints of Medium Slate Blue #836EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.16%

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 27.58%
G = 23.16%
B = 49.26%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#836EEA (or 0x836EEA) is known color: Medium Slate Blue. HEX triplet: 83, 6E and EA. RGB value is (131,110,234). Sum of RGB (Red+Green+Blue) = 131+110+234=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #836EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836EEA is #7C9115. Grayscale: #818181. Windows color (decimal): -8163606 or 15363715. OLE color: 15363715.

HSL color Cylindrical-coordinate representation of color #836EEA: hue angle of 250.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #836EEA is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 110 234 -
CMYK 0.44 0.53 0 0.08
HSL 250.16º 0.75% 0.67% -
HSV(B) 250.16º 0.53% 0.92% -
XYZ 29.79 21.92 80.5 -
YUV 130.42 186.46 128.42 -
System Red Green Blue C M Y K H S L
Decimal 131 110 234 0.44 0.53 0 0.08 250.16 0.75 0.67
Hex 83 6E EA 2C 35 0 8 FA 4B 43
Octal 203 156 352 54 65 0 10 372 113 103
Binary 10000011 1101110 11101010 101100 110101 0 1000 11111010 1001011 1000011

Color Harmonies of #836EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EEA

Black with #836EEA

Text Example


Text Example

White with #836EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,110,234); }

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

background-color css

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

 a { background-color: rgb(131,110,234); }

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

border-color css

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

 span { border-color: rgb(131,110,234); }

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