#834eaa

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

Shades of Studio #834EAA

Tints of Studio #834EAA

Color information

#834EAA (or 0x834EAA) is unknown color: approx Studio. HEX triplet: 83, 4E and AA. RGB value is (131,78,170). Sum of RGB (Red+Green+Blue) = 131+78+170=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #834EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834EAA is #7CB155. Grayscale: #686868. Windows color (decimal): -8171862 or 11161219. OLE color: 11161219.

HSL color Cylindrical-coordinate representation of color #834EAA: hue angle of 274.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #834EAA is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13178170-
CMYK0.230.5400.33
HSL274.57º37.1%48.63%-
HSV(B)274.57º54.12%66.67%-
XYZ19.3413.1839.55-
YUV104.33165.06147.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=34.56%
G=20.58%
B=44.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131781700.230.5400.33274.5737.148.63
Hex834EAA17360211132531
Octal20311625227660414234561
Binary10000011100111010101010101111101100100001100010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834eaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,78,170); }

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

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

 a { background-color: rgb(131,78,170); }

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

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

 span { border-color: rgb(131,78,170); }

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