#835BA4

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

Shades of Studio #835BA4

Tints of Studio #835BA4

Color information

#835BA4 (or 0x835BA4) is unknown color: approx Studio. HEX triplet: 83, 5B and A4. RGB value is (131,91,164). Sum of RGB (Red+Green+Blue) = 131+91+164=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #835BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BA4 is #7CA45B. Grayscale: #6F6F6F. Windows color (decimal): -8168540 or 10771331. OLE color: 10771331.

HSL color Cylindrical-coordinate representation of color #835BA4: hue angle of 272.88º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #835BA4 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13191164-
CMYK0.200.4500.36
HSL272.88º28.63%50%-
HSV(B)272.88º44.51%64.31%-
XYZ19.814.9936.97-
YUV111.28157.75142.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 164 (64.45% from 255) = 42.49%
R=33.94%
G=23.58%
B=42.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131911640.200.4500.36272.8828.6350
Hex835BA4142D0241111d32
Octal20313324424550444213562
Binary1000001110110111010010010100101101010010010001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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