#834DB3

Color #834DB3 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #834DB3

Tints of Studio #834DB3

Color information

#834DB3 (or 0x834DB3) is unknown color: approx Studio. HEX triplet: 83, 4D and B3. RGB value is (131,77,179). Sum of RGB (Red+Green+Blue) = 131+77+179=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #834DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DB3 is #7CB24C. Grayscale: #686868. Windows color (decimal): -8172109 or 11750787. OLE color: 11750787.

HSL color Cylindrical-coordinate representation of color #834DB3: hue angle of 271.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834DB3 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13177179-
CMYK0.270.5700.30
HSL271.76º40.16%50.2%-
HSV(B)271.76º56.98%70.2%-
XYZ20.1513.3944.17-
YUV104.77169.89146.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 179 (70.31% from 255) = 46.25%
R=33.85%
G=19.90%
B=46.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131771790.270.5700.30271.7640.1650.2
Hex834DB31B3901E1102832
Octal20311526333710364205062
Binary1000001110011011011001111011111001011110100010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,77,179); }

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

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

 a { background-color: rgb(131,77,179); }

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

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

 span { border-color: rgb(131,77,179); }

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