Html Css Color HEX #836BF2 Medium Slate Blue

📋 copy color: '#836BF2'

red 131 ◦ green 107 ◦ blue 242

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

Shades of Medium Slate Blue #836BF2

Tints of Medium Slate Blue #836BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

 BLUE value IS 242 (94.92% from 255) = 50.42%

R = 27.29%
G = 22.29%
B = 50.42%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#836BF2 (or 0x836BF2) is known color: Medium Slate Blue. HEX triplet: 83, 6B and F2. RGB value is (131,107,242). Sum of RGB (Red+Green+Blue) = 131+107+242=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #836BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836BF2 is #7C940D. Grayscale: #818181. Windows color (decimal): -8164366 or 15887235. OLE color: 15887235.

HSL color Cylindrical-coordinate representation of color #836BF2: hue angle of 250.67º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #836BF2 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 107 242 -
CMYK 0.46 0.56 0 0.05
HSL 250.67º 0.84% 0.68% -
HSV(B) 250.67º 0.56% 0.95% -
XYZ 30.64 21.75 86.59 -
YUV 129.57 191.45 129.02 -
System Red Green Blue C M Y K H S L
Decimal 131 107 242 0.46 0.56 0 0.05 250.67 0.84 0.68
Hex 83 6B F2 2E 38 0 5 FB 54 44
Octal 203 153 362 56 70 0 5 373 124 104
Binary 10000011 1101011 11110010 101110 111000 0 101 11111011 1010100 1000100

Color Harmonies of #836BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BF2

Black with #836BF2

Text Example


Text Example

White with #836BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,107,242); }

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

background-color css

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

 a { background-color: rgb(131,107,242); }

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

border-color css

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

 span { border-color: rgb(131,107,242); }

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