#834FB4

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

Shades of Studio #834FB4

Tints of Studio #834FB4

Color information

#834FB4 (or 0x834FB4) is unknown color: approx Studio. HEX triplet: 83, 4F and B4. RGB value is (131,79,180). Sum of RGB (Red+Green+Blue) = 131+79+180=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #834FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FB4 is #7CB04B. Grayscale: #696969. Windows color (decimal): -8171596 or 11816835. OLE color: 11816835.

HSL color Cylindrical-coordinate representation of color #834FB4: hue angle of 270.89º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #834FB4 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13179180-
CMYK0.270.5600.29
HSL270.89º40.24%50.78%-
HSV(B)270.89º56.11%70.59%-
XYZ20.3913.7144.75-
YUV106.06169.73145.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 180 (70.70% from 255) = 46.15%
R=33.59%
G=20.26%
B=46.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131791800.270.5600.29270.8940.2450.78
Hex834FB41B3801D10f2833
Octal20311726433700354175063
Binary1000001110011111011010011011111000011101100001111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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