Html Css Color HEX #834CFE Medium Slate Blue

📋 copy color: '#834CFE'

red 131 ◦ green 76 ◦ blue 254

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

Shades of Medium Slate Blue #834CFE

Tints of Medium Slate Blue #834CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 28.42%
G = 16.49%
B = 55.1%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#834CFE (or 0x834CFE) is known color: Medium Slate Blue. HEX triplet: 83, 4C and FE. RGB value is (131,76,254). Sum of RGB (Red+Green+Blue) = 131+76+254=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #834CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834CFE is #7CB301. Grayscale: #707070. Windows color (decimal): -8172290 or 16665731. OLE color: 16665731.

HSL color Cylindrical-coordinate representation of color #834CFE: hue angle of 258.54º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #834CFE is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 76 254 -
CMYK 0.48 0.70 0 0.00
HSL 258.54º 0.99% 0.65% -
HSV(B) 258.54º 0.7% 1% -
XYZ 29.83 17.15 95.5 -
YUV 112.74 207.72 141.03 -
System Red Green Blue C M Y K H S L
Decimal 131 76 254 0.48 0.70 0 0.00 258.54 0.99 0.65
Hex 83 4C FE 30 46 0 0 103 63 41
Octal 203 114 376 60 106 0 0 403 143 101
Binary 10000011 1001100 11111110 110000 1000110 0 0 100000011 1100011 1000001

Color Harmonies of #834CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CFE

Black with #834CFE

Text Example


Text Example

White with #834CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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