Html Css Color HEX #836FE7 Medium Slate Blue

📋 copy color: '#836FE7'

red 131 ◦ green 111 ◦ blue 231

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

Shades of Medium Slate Blue #836FE7

Tints of Medium Slate Blue #836FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 27.7%
G = 23.47%
B = 48.84%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#836FE7 (or 0x836FE7) is known color: Medium Slate Blue. HEX triplet: 83, 6F and E7. RGB value is (131,111,231). Sum of RGB (Red+Green+Blue) = 131+111+231=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #836FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836FE7 is #7C9018. Grayscale: #828282. Windows color (decimal): -8163353 or 15167363. OLE color: 15167363.

HSL color Cylindrical-coordinate representation of color #836FE7: hue angle of 250º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #836FE7 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 111 231 -
CMYK 0.43 0.52 0 0.09
HSL 250º 0.71% 0.67% -
HSV(B) 250º 0.52% 0.91% -
XYZ 29.47 21.96 78.29 -
YUV 130.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 131 111 231 0.43 0.52 0 0.09 250 0.71 0.67
Hex 83 6F E7 2B 34 0 9 FA 47 43
Octal 203 157 347 53 64 0 11 372 107 103
Binary 10000011 1101111 11100111 101011 110100 0 1001 11111010 1000111 1000011

Color Harmonies of #836FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FE7

Black with #836FE7

Text Example


Text Example

White with #836FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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