Html Css Color HEX #834FEE Medium Slate Blue

📋 copy color: '#834FEE'

red 131 ◦ green 79 ◦ blue 238

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

Shades of Medium Slate Blue #834FEE

Tints of Medium Slate Blue #834FEE

RGB

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

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

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

R = 29.24%
G = 17.63%
B = 53.13%

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

#834FEE (or 0x834FEE) is known color: Medium Slate Blue. HEX triplet: 83, 4F and EE. RGB value is (131,79,238). Sum of RGB (Red+Green+Blue) = 131+79+238=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #834FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834FEE is #7CB011. Grayscale: #707070. Windows color (decimal): -8171538 or 15617923. OLE color: 15617923.

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

Color convert

RGB 131 79 238 -
CMYK 0.45 0.67 0 0.07
HSL 259.62º 0.82% 0.62% -
HSV(B) 259.62º 0.67% 0.93% -
XYZ 27.59 16.59 82.64 -
YUV 112.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 131 79 238 0.45 0.67 0 0.07 259.62 0.82 0.62
Hex 83 4F EE 2D 43 0 7 104 52 3E
Octal 203 117 356 55 103 0 7 404 122 76
Binary 10000011 1001111 11101110 101101 1000011 0 111 100000100 1010010 111110

Color Harmonies of #834FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FEE

Black with #834FEE

Text Example


Text Example

White with #834FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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