Html Css Color HEX #836CEF Medium Slate Blue

📋 copy color: '#836CEF'

red 131 ◦ green 108 ◦ blue 239

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

Shades of Medium Slate Blue #836CEF

Tints of Medium Slate Blue #836CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

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

R = 27.41%
G = 22.59%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#836CEF (or 0x836CEF) is known color: Medium Slate Blue. HEX triplet: 83, 6C and EF. RGB value is (131,108,239). Sum of RGB (Red+Green+Blue) = 131+108+239=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #836CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836CEF is #7C9310. Grayscale: #818181. Windows color (decimal): -8164113 or 15690883. OLE color: 15690883.

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

Color convert

RGB 131 108 239 -
CMYK 0.45 0.55 0 0.06
HSL 250.53º 0.8% 0.68% -
HSV(B) 250.53º 0.55% 0.94% -
XYZ 30.3 21.78 84.27 -
YUV 129.81 189.62 128.85 -
System Red Green Blue C M Y K H S L
Decimal 131 108 239 0.45 0.55 0 0.06 250.53 0.8 0.68
Hex 83 6C EF 2D 37 0 6 FB 50 44
Octal 203 154 357 55 67 0 6 373 120 104
Binary 10000011 1101100 11101111 101101 110111 0 110 11111011 1010000 1000100

Color Harmonies of #836CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CEF

Black with #836CEF

Text Example


Text Example

White with #836CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,108,239); }

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

background-color css

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

 a { background-color: rgb(131,108,239); }

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

border-color css

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

 span { border-color: rgb(131,108,239); }

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