Html Css Color HEX #834AF6 Medium Slate Blue

📋 copy color: '#834AF6'

red 131 ◦ green 74 ◦ blue 246

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

Shades of Medium Slate Blue #834AF6

Tints of Medium Slate Blue #834AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.41%

 BLUE value IS 246 (96.48% from 255) = 54.55%

R = 29.05%
G = 16.41%
B = 54.55%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#834AF6 (or 0x834AF6) is known color: Medium Slate Blue. HEX triplet: 83, 4A and F6. RGB value is (131,74,246). Sum of RGB (Red+Green+Blue) = 131+74+246=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #834AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834AF6 is #7CB509. Grayscale: #6E6E6E. Windows color (decimal): -8172810 or 16140931. OLE color: 16140931.

HSL color Cylindrical-coordinate representation of color #834AF6: hue angle of 259.88º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #834AF6 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 74 246 -
CMYK 0.47 0.70 0 0.04
HSL 259.88º 0.91% 0.63% -
HSV(B) 259.88º 0.7% 0.96% -
XYZ 28.44 16.38 88.85 -
YUV 110.65 204.38 142.51 -
System Red Green Blue C M Y K H S L
Decimal 131 74 246 0.47 0.70 0 0.04 259.88 0.91 0.63
Hex 83 4A F6 2F 46 0 4 104 5B 3F
Octal 203 112 366 57 106 0 4 404 133 77
Binary 10000011 1001010 11110110 101111 1000110 0 100 100000100 1011011 111111

Color Harmonies of #834AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834AF6

Black with #834AF6

Text Example


Text Example

White with #834AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,74,246); }

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

background-color css

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

 a { background-color: rgb(131,74,246); }

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

border-color css

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

 span { border-color: rgb(131,74,246); }

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