Html Css Color HEX #834EEE Medium Slate Blue

📋 copy color: '#834EEE'

red 131 ◦ green 78 ◦ blue 238

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

Shades of Medium Slate Blue #834EEE

Tints of Medium Slate Blue #834EEE

RGB

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

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

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

R = 29.31%
G = 17.45%
B = 53.24%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#834EEE (or 0x834EEE) is known color: Medium Slate Blue. HEX triplet: 83, 4E and EE. RGB value is (131,78,238). Sum of RGB (Red+Green+Blue) = 131+78+238=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #834EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834EEE is #7CB111. Grayscale: #6F6F6F. Windows color (decimal): -8171794 or 15617667. OLE color: 15617667.

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

Color convert

RGB 131 78 238 -
CMYK 0.45 0.67 0 0.07
HSL 259.88º 0.82% 0.62% -
HSV(B) 259.88º 0.67% 0.93% -
XYZ 27.52 16.45 82.61 -
YUV 112.09 199.06 141.49 -
System Red Green Blue C M Y K H S L
Decimal 131 78 238 0.45 0.67 0 0.07 259.88 0.82 0.62
Hex 83 4E EE 2D 43 0 7 104 52 3E
Octal 203 116 356 55 103 0 7 404 122 76
Binary 10000011 1001110 11101110 101101 1000011 0 111 100000100 1010010 111110

Color Harmonies of #834EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EEE

Black with #834EEE

Text Example


Text Example

White with #834EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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