#835bae

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

Shades of Studio #835BAE

Tints of Studio #835BAE

Color information

#835BAE (or 0x835BAE) is unknown color: approx Studio. HEX triplet: 83, 5B and AE. RGB value is (131,91,174). Sum of RGB (Red+Green+Blue) = 131+91+174=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #835BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BAE is #7CA451. Grayscale: #707070. Windows color (decimal): -8168530 or 11426691. OLE color: 11426691.

HSL color Cylindrical-coordinate representation of color #835BAE: hue angle of 268.92º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #835BAE is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13191174-
CMYK0.250.4800.32
HSL268.92º33.88%51.96%-
HSV(B)268.92º47.7%68.24%-
XYZ20.7415.3641.92-
YUV112.42162.75141.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=33.08%
G=22.98%
B=43.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131911740.250.4800.32268.9233.8851.96
Hex835BAE193002010d2234
Octal20313325631600404154264
Binary10000011101101110101110110011100000100000100001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835bae; }

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

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

<style>
 a { background-color: #835bae; }

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

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

<style>
 span { border-color: #835bae; }

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

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