Html Css Color HEX #834FEB Medium Slate Blue

📋 copy color: '#834FEB'

red 131 ◦ green 79 ◦ blue 235

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

Shades of Medium Slate Blue #834FEB

Tints of Medium Slate Blue #834FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 29.44%
G = 17.75%
B = 52.81%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#834FEB (or 0x834FEB) is known color: Medium Slate Blue. HEX triplet: 83, 4F and EB. RGB value is (131,79,235). Sum of RGB (Red+Green+Blue) = 131+79+235=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #834FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834FEB is #7CB014. Grayscale: #6F6F6F. Windows color (decimal): -8171541 or 15421315. OLE color: 15421315.

HSL color Cylindrical-coordinate representation of color #834FEB: hue angle of 260º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #834FEB is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 79 235 -
CMYK 0.44 0.66 0 0.08
HSL 260º 0.8% 0.62% -
HSV(B) 260º 0.66% 0.92% -
XYZ 27.15 16.42 80.33 -
YUV 112.33 197.23 141.32 -
System Red Green Blue C M Y K H S L
Decimal 131 79 235 0.44 0.66 0 0.08 260 0.8 0.62
Hex 83 4F EB 2C 42 0 8 104 50 3E
Octal 203 117 353 54 102 0 10 404 120 76
Binary 10000011 1001111 11101011 101100 1000010 0 1000 100000100 1010000 111110

Color Harmonies of #834FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FEB

Black with #834FEB

Text Example


Text Example

White with #834FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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