Html Css Color HEX #834EE9 Medium Slate Blue

📋 copy color: '#834EE9'

red 131 ◦ green 78 ◦ blue 233

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

Shades of Medium Slate Blue #834EE9

Tints of Medium Slate Blue #834EE9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.65%

 BLUE value IS 233 (91.41% from 255) = 52.71%

R = 29.64%
G = 17.65%
B = 52.71%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#834EE9 (or 0x834EE9) is known color: Medium Slate Blue. HEX triplet: 83, 4E and E9. RGB value is (131,78,233). Sum of RGB (Red+Green+Blue) = 131+78+233=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #834EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834EE9 is #7CB116. Grayscale: #6E6E6E. Windows color (decimal): -8171799 or 15289987. OLE color: 15289987.

HSL color Cylindrical-coordinate representation of color #834EE9: hue angle of 260.52º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #834EE9 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 78 233 -
CMYK 0.44 0.67 0 0.09
HSL 260.52º 0.78% 0.61% -
HSV(B) 260.52º 0.67% 0.91% -
XYZ 26.79 16.16 78.8 -
YUV 111.52 196.56 141.9 -
System Red Green Blue C M Y K H S L
Decimal 131 78 233 0.44 0.67 0 0.09 260.52 0.78 0.61
Hex 83 4E E9 2C 43 0 9 105 4E 3D
Octal 203 116 351 54 103 0 11 405 116 75
Binary 10000011 1001110 11101001 101100 1000011 0 1001 100000101 1001110 111101

Color Harmonies of #834EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EE9

Black with #834EE9

Text Example


Text Example

White with #834EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834EE9; }

 p { color: rgb(131,78,233); }

 H1.HeaderClassName
 {
   color: #834EE9;
 }
 .AnyTagClassName
 {
   color: #834EE9;
 }
</style>

background-color css

<style>
 a { background-color: #834EE9; }

 a { background-color: rgb(131,78,233); }

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

border-color css

<style>
 span { border-color: #834EE9; }

 span { border-color: rgb(131,78,233); }

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