#834AF1

Color #834AF1 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #834AF1

Tints of Medium Slate Blue #834AF1

Color information

#834AF1 (or 0x834AF1) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 4A and F1. RGB value is (131,74,241). Sum of RGB (Red+Green+Blue) = 131+74+241=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #834AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834AF1 is #7CB50E. Grayscale: #6D6D6D. Windows color (decimal): -8172815 or 15813251. OLE color: 15813251.

HSL color Cylindrical-coordinate representation of color #834AF1: hue angle of 260.48º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #834AF1 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13174241-
CMYK0.460.6900.05
HSL260.48º85.64%61.76%-
HSV(B)260.48º69.29%94.51%-
XYZ27.6916.0784.86-
YUV110.08201.88142.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 74 (29.30% from 255) = 16.59%
BLUE value IS 241 (94.53% from 255) = 54.04%
R=29.37%
G=16.59%
B=54.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal131742410.460.6900.05260.4885.6461.76
Hex834AF12E4505104563e
Octal203112361561050540412676
Binary10000011100101011110001101110100010101011000001001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #834AF1;
 }
 .AnyTagClassName
 {
   color: #834AF1;
 }
</style>
background-color css

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

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

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

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

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

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