Html Css Color HEX #836CED Medium Slate Blue

📋 copy color: '#836CED'

red 131 ◦ green 108 ◦ blue 237

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

Shades of Medium Slate Blue #836CED

Tints of Medium Slate Blue #836CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 27.52%
G = 22.69%
B = 49.79%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#836CED (or 0x836CED) is known color: Medium Slate Blue. HEX triplet: 83, 6C and ED. RGB value is (131,108,237). Sum of RGB (Red+Green+Blue) = 131+108+237=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #836CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836CED is #7C9312. Grayscale: #818181. Windows color (decimal): -8164115 or 15559811. OLE color: 15559811.

HSL color Cylindrical-coordinate representation of color #836CED: hue angle of 250.7º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #836CED is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 108 237 -
CMYK 0.45 0.54 0 0.07
HSL 250.7º 0.78% 0.68% -
HSV(B) 250.7º 0.54% 0.93% -
XYZ 30.01 21.66 82.72 -
YUV 129.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 131 108 237 0.45 0.54 0 0.07 250.7 0.78 0.68
Hex 83 6C ED 2D 36 0 7 FB 4E 44
Octal 203 154 355 55 66 0 7 373 116 104
Binary 10000011 1101100 11101101 101101 110110 0 111 11111011 1001110 1000100

Color Harmonies of #836CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CED

Black with #836CED

Text Example


Text Example

White with #836CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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