Html Css Color HEX #834EEB Medium Slate Blue

📋 copy color: '#834EEB'

red 131 ◦ green 78 ◦ blue 235

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

Shades of Medium Slate Blue #834EEB

Tints of Medium Slate Blue #834EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 29.5%
G = 17.57%
B = 52.93%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#834EEB (or 0x834EEB) is known color: Medium Slate Blue. HEX triplet: 83, 4E and EB. RGB value is (131,78,235). Sum of RGB (Red+Green+Blue) = 131+78+235=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #834EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834EEB is #7CB114. Grayscale: #6F6F6F. Windows color (decimal): -8171797 or 15421059. OLE color: 15421059.

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

Color convert

RGB 131 78 235 -
CMYK 0.44 0.67 0 0.08
HSL 260.25º 0.8% 0.61% -
HSV(B) 260.25º 0.67% 0.92% -
XYZ 27.08 16.27 80.31 -
YUV 111.75 197.56 141.73 -
System Red Green Blue C M Y K H S L
Decimal 131 78 235 0.44 0.67 0 0.08 260.25 0.8 0.61
Hex 83 4E EB 2C 43 0 8 104 50 3D
Octal 203 116 353 54 103 0 10 404 120 75
Binary 10000011 1001110 11101011 101100 1000011 0 1000 100000100 1010000 111101

Color Harmonies of #834EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EEB

Black with #834EEB

Text Example


Text Example

White with #834EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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