Html Css Color HEX #834DB5 Studio

📋 copy color: '#834DB5'

red 131 ◦ green 77 ◦ blue 181

#834DB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #834DB5

Tints of Studio #834DB5

RGB

 RED value IS 131 (51.56% from 255) = 33.68%

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 181 (71.09% from 255) = 46.53%

R = 33.68%
G = 19.79%
B = 46.53%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#834DB5 (or 0x834DB5) is known color: Studio. HEX triplet: 83, 4D and B5. RGB value is (131,77,181). Sum of RGB (Red+Green+Blue) = 131+77+181=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #834DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DB5 is #7CB24A. Grayscale: #686868. Windows color (decimal): -8172107 or 11881859. OLE color: 11881859.

HSL color Cylindrical-coordinate representation of color #834DB5: hue angle of 271.15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834DB5 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 77 181 -
CMYK 0.28 0.57 0 0.29
HSL 271.15º 0.41% 0.51% -
HSV(B) 271.15º 0.57% 0.71% -
XYZ 20.35 13.47 45.24 -
YUV 105 170.89 146.54 -
System Red Green Blue C M Y K H S L
Decimal 131 77 181 0.28 0.57 0 0.29 271.15 0.41 0.51
Hex 83 4D B5 1C 39 0 1D 10F 29 33
Octal 203 115 265 34 71 0 35 417 51 63
Binary 10000011 1001101 10110101 11100 111001 0 11101 100001111 101001 110011

Color Harmonies of #834DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DB5

Black with #834DB5

Text Example


Text Example

White with #834DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,77,181); }

 H1.HeaderClassName
 {
   color: #834DB5;
 }
 .AnyTagClassName
 {
   color: #834DB5;
 }
</style>

background-color css

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

 a { background-color: rgb(131,77,181); }

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

border-color css

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

 span { border-color: rgb(131,77,181); }

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