#834BB1

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

Shades of Studio #834BB1

Tints of Studio #834BB1

Color information

#834BB1 (or 0x834BB1) is unknown color: approx Studio. HEX triplet: 83, 4B and B1. RGB value is (131,75,177). Sum of RGB (Red+Green+Blue) = 131+75+177=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #834BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834BB1 is #7CB44E. Grayscale: #676767. Windows color (decimal): -8172623 or 11619203. OLE color: 11619203.

HSL color Cylindrical-coordinate representation of color #834BB1: hue angle of 272.94º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #834BB1 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13175177-
CMYK0.260.5800.31
HSL272.94º40.48%49.41%-
HSV(B)272.94º57.63%69.41%-
XYZ19.8113.0343.07-
YUV103.37169.55147.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=34.20%
G=19.58%
B=46.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131751770.260.5800.31272.9440.4849.41
Hex834BB11A3A01F1112831
Octal20311326132720374215061
Binary1000001110010111011000111010111010011111100010001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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