#834BF2

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

Shades of Medium Slate Blue #834BF2

Tints of Medium Slate Blue #834BF2

Color information

#834BF2 (or 0x834BF2) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 4B and F2. RGB value is (131,75,242). Sum of RGB (Red+Green+Blue) = 131+75+242=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #834BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834BF2 is #7CB40D. Grayscale: #6E6E6E. Windows color (decimal): -8172558 or 15879043. OLE color: 15879043.

HSL color Cylindrical-coordinate representation of color #834BF2: hue angle of 260.12º degrees, saturation: 0.87, 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 #834BF2 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13175242-
CMYK0.460.6900.05
HSL260.12º86.53%62.16%-
HSV(B)260.12º69.01%94.9%-
XYZ27.916.2785.67-
YUV110.78202.05142.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.24%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 242 (94.92% from 255) = 54.02%
R=29.24%
G=16.74%
B=54.02%

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
Decimal131752420.460.6900.05260.1286.5362.16
Hex834BF22E4505104573e
Octal203113362561050540412776
Binary10000011100101111110010101110100010101011000001001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,75,242); }

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

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

 a { background-color: rgb(131,75,242); }

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

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

 span { border-color: rgb(131,75,242); }

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