#834BA5

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

Shades of Studio #834BA5

Tints of Studio #834BA5

Color information

#834BA5 (or 0x834BA5) is unknown color: approx Studio. HEX triplet: 83, 4B and A5. RGB value is (131,75,165). Sum of RGB (Red+Green+Blue) = 131+75+165=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #834BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834BA5 is #7CB45A. Grayscale: #656565. Windows color (decimal): -8172635 or 10832771. OLE color: 10832771.

HSL color Cylindrical-coordinate representation of color #834BA5: hue angle of 277.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834BA5 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13175165-
CMYK0.210.5500.35
HSL277.33º37.5%47.06%-
HSV(B)277.33º54.55%64.71%-
XYZ18.6712.5737.04-
YUV102163.55148.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 165 (64.84% from 255) = 44.47%
R=35.31%
G=20.22%
B=44.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131751650.210.5500.35277.3337.547.06
Hex834BA51537023115252f
Octal20311324525670434254557
Binary10000011100101110100101101011101110100011100010101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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