Html Css Color HEX #834CEE Medium Slate Blue

📋 copy color: '#834CEE'

red 131 ◦ green 76 ◦ blue 238

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

Shades of Medium Slate Blue #834CEE

Tints of Medium Slate Blue #834CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.48%

R = 29.44%
G = 17.08%
B = 53.48%

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

#834CEE (or 0x834CEE) is known color: Medium Slate Blue. HEX triplet: 83, 4C and EE. RGB value is (131,76,238). Sum of RGB (Red+Green+Blue) = 131+76+238=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #834CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834CEE is #7CB311. Grayscale: #6E6E6E. Windows color (decimal): -8172306 or 15617155. OLE color: 15617155.

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

Color convert

RGB 131 76 238 -
CMYK 0.45 0.68 0 0.07
HSL 260.37º 0.83% 0.62% -
HSV(B) 260.37º 0.68% 0.93% -
XYZ 27.38 16.17 82.57 -
YUV 110.91 199.72 142.33 -
System Red Green Blue C M Y K H S L
Decimal 131 76 238 0.45 0.68 0 0.07 260.37 0.83 0.62
Hex 83 4C EE 2D 44 0 7 104 53 3E
Octal 203 114 356 55 104 0 7 404 123 76
Binary 10000011 1001100 11101110 101101 1000100 0 111 100000100 1010011 111110

Color Harmonies of #834CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CEE

Black with #834CEE

Text Example


Text Example

White with #834CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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