Html Css Color HEX #834FEC Medium Slate Blue

📋 copy color: '#834FEC'

red 131 ◦ green 79 ◦ blue 236

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

Shades of Medium Slate Blue #834FEC

Tints of Medium Slate Blue #834FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.71%

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 29.37%
G = 17.71%
B = 52.91%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#834FEC (or 0x834FEC) is known color: Medium Slate Blue. HEX triplet: 83, 4F and EC. RGB value is (131,79,236). Sum of RGB (Red+Green+Blue) = 131+79+236=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #834FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834FEC is #7CB013. Grayscale: #6F6F6F. Windows color (decimal): -8171540 or 15486851. OLE color: 15486851.

HSL color Cylindrical-coordinate representation of color #834FEC: hue angle of 259.87º degrees, saturation: 0.81, 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 #834FEC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 79 236 -
CMYK 0.44 0.67 0 0.07
HSL 259.87º 0.81% 0.62% -
HSV(B) 259.87º 0.67% 0.93% -
XYZ 27.3 16.47 81.1 -
YUV 112.45 197.73 141.23 -
System Red Green Blue C M Y K H S L
Decimal 131 79 236 0.44 0.67 0 0.07 259.87 0.81 0.62
Hex 83 4F EC 2C 43 0 7 104 51 3E
Octal 203 117 354 54 103 0 7 404 121 76
Binary 10000011 1001111 11101100 101100 1000011 0 111 100000100 1010001 111110

Color Harmonies of #834FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FEC

Black with #834FEC

Text Example


Text Example

White with #834FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,79,236); }

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

background-color css

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

 a { background-color: rgb(131,79,236); }

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

border-color css

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

 span { border-color: rgb(131,79,236); }

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