Html Css Color HEX #836FEA Medium Slate Blue

📋 copy color: '#836FEA'

red 131 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #836FEA

Tints of Medium Slate Blue #836FEA

RGB

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

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

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

R = 27.52%
G = 23.32%
B = 49.16%

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

#836FEA (or 0x836FEA) is known color: Medium Slate Blue. HEX triplet: 83, 6F and EA. RGB value is (131,111,234). Sum of RGB (Red+Green+Blue) = 131+111+234=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #836FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836FEA is #7C9015. Grayscale: #828282. Windows color (decimal): -8163350 or 15363971. OLE color: 15363971.

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

Color convert

RGB 131 111 234 -
CMYK 0.44 0.53 0 0.08
HSL 249.76º 0.75% 0.68% -
HSV(B) 249.76º 0.53% 0.92% -
XYZ 29.9 22.13 80.54 -
YUV 131 186.13 128 -
System Red Green Blue C M Y K H S L
Decimal 131 111 234 0.44 0.53 0 0.08 249.76 0.75 0.68
Hex 83 6F EA 2C 35 0 8 FA 4B 44
Octal 203 157 352 54 65 0 10 372 113 104
Binary 10000011 1101111 11101010 101100 110101 0 1000 11111010 1001011 1000100

Color Harmonies of #836FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FEA

Black with #836FEA

Text Example


Text Example

White with #836FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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