Html Css Color HEX #834CED Medium Slate Blue

📋 copy color: '#834CED'

red 131 ◦ green 76 ◦ blue 237

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

Shades of Medium Slate Blue #834CED

Tints of Medium Slate Blue #834CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 29.5%
G = 17.12%
B = 53.38%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#834CED (or 0x834CED) is known color: Medium Slate Blue. HEX triplet: 83, 4C and ED. RGB value is (131,76,237). Sum of RGB (Red+Green+Blue) = 131+76+237=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #834CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834CED is #7CB312. Grayscale: #6E6E6E. Windows color (decimal): -8172307 or 15551619. OLE color: 15551619.

HSL color Cylindrical-coordinate representation of color #834CED: hue angle of 260.5º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #834CED is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 76 237 -
CMYK 0.45 0.68 0 0.07
HSL 260.5º 0.82% 0.61% -
HSV(B) 260.5º 0.68% 0.93% -
XYZ 27.23 16.11 81.79 -
YUV 110.8 199.22 142.41 -
System Red Green Blue C M Y K H S L
Decimal 131 76 237 0.45 0.68 0 0.07 260.5 0.82 0.61
Hex 83 4C ED 2D 44 0 7 104 52 3D
Octal 203 114 355 55 104 0 7 404 122 75
Binary 10000011 1001100 11101101 101101 1000100 0 111 100000100 1010010 111101

Color Harmonies of #834CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CED

Black with #834CED

Text Example


Text Example

White with #834CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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