Html Css Color HEX #834DAB Studio

📋 copy color: '#834DAB'

red 131 ◦ green 77 ◦ blue 171

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

Shades of Studio #834DAB

Tints of Studio #834DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 34.56%
G = 20.32%
B = 45.12%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#834DAB (or 0x834DAB) is known color: Studio. HEX triplet: 83, 4D and AB. RGB value is (131,77,171). Sum of RGB (Red+Green+Blue) = 131+77+171=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #834DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834DAB is #7CB254. Grayscale: #676767. Windows color (decimal): -8172117 or 11226499. OLE color: 11226499.

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

Color convert

RGB 131 77 171 -
CMYK 0.23 0.55 0 0.33
HSL 274.47º 0.38% 0.49% -
HSV(B) 274.47º 0.55% 0.67% -
XYZ 19.36 13.07 40.03 -
YUV 103.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 131 77 171 0.23 0.55 0 0.33 274.47 0.38 0.49
Hex 83 4D AB 17 37 0 21 112 26 31
Octal 203 115 253 27 67 0 41 422 46 61
Binary 10000011 1001101 10101011 10111 110111 0 100001 100010010 100110 110001

Color Harmonies of #834DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DAB

Black with #834DAB

Text Example


Text Example

White with #834DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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