Html Css Color HEX #834CEB Medium Slate Blue

📋 copy color: '#834CEB'

red 131 ◦ green 76 ◦ blue 235

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

Shades of Medium Slate Blue #834CEB

Tints of Medium Slate Blue #834CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.19%

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

R = 29.64%
G = 17.19%
B = 53.17%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#834CEB (or 0x834CEB) is known color: Medium Slate Blue. HEX triplet: 83, 4C and EB. RGB value is (131,76,235). Sum of RGB (Red+Green+Blue) = 131+76+235=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #834CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834CEB is #7CB314. Grayscale: #6D6D6D. Windows color (decimal): -8172309 or 15420547. OLE color: 15420547.

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

Color convert

RGB 131 76 235 -
CMYK 0.44 0.68 0 0.08
HSL 260.75º 0.8% 0.61% -
HSV(B) 260.75º 0.68% 0.92% -
XYZ 26.94 15.99 80.26 -
YUV 110.57 198.22 142.57 -
System Red Green Blue C M Y K H S L
Decimal 131 76 235 0.44 0.68 0 0.08 260.75 0.8 0.61
Hex 83 4C EB 2C 44 0 8 105 50 3D
Octal 203 114 353 54 104 0 10 405 120 75
Binary 10000011 1001100 11101011 101100 1000100 0 1000 100000101 1010000 111101

Color Harmonies of #834CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CEB

Black with #834CEB

Text Example


Text Example

White with #834CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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