#834FAE

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

Shades of Studio #834FAE

Tints of Studio #834FAE

Color information

#834FAE (or 0x834FAE) is unknown color: approx Studio. HEX triplet: 83, 4F and AE. RGB value is (131,79,174). Sum of RGB (Red+Green+Blue) = 131+79+174=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #834FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834FAE is #7CB051. Grayscale: #696969. Windows color (decimal): -8171602 or 11423619. OLE color: 11423619.

HSL color Cylindrical-coordinate representation of color #834FAE: hue angle of 272.84º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834FAE is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13179174-
CMYK0.250.5500.32
HSL272.84º37.55%49.61%-
HSV(B)272.84º54.6%68.24%-
XYZ19.813.4741.6-
YUV105.38166.73146.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 79 (31.25% from 255) = 20.57%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=34.11%
G=20.57%
B=45.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131791740.250.5500.32272.8437.5549.61
Hex834FAE19370201112632
Octal20311725631670404214662
Binary10000011100111110101110110011101110100000100010001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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