Html Css Color HEX #834FEA Medium Slate Blue

📋 copy color: '#834FEA'

red 131 ◦ green 79 ◦ blue 234

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

Shades of Medium Slate Blue #834FEA

Tints of Medium Slate Blue #834FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 29.5%
G = 17.79%
B = 52.7%

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

#834FEA (or 0x834FEA) is known color: Medium Slate Blue. HEX triplet: 83, 4F and EA. RGB value is (131,79,234). Sum of RGB (Red+Green+Blue) = 131+79+234=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #834FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #834FEA is #7CB015. Grayscale: #6F6F6F. Windows color (decimal): -8171542 or 15355779. OLE color: 15355779.

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

Color convert

RGB 131 79 234 -
CMYK 0.44 0.66 0 0.08
HSL 260.13º 0.79% 0.61% -
HSV(B) 260.13º 0.66% 0.92% -
XYZ 27.01 16.36 79.58 -
YUV 112.22 196.73 141.4 -
System Red Green Blue C M Y K H S L
Decimal 131 79 234 0.44 0.66 0 0.08 260.13 0.79 0.61
Hex 83 4F EA 2C 42 0 8 104 4F 3D
Octal 203 117 352 54 102 0 10 404 117 75
Binary 10000011 1001111 11101010 101100 1000010 0 1000 100000100 1001111 111101

Color Harmonies of #834FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FEA

Black with #834FEA

Text Example


Text Example

White with #834FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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