Html Css Color HEX #834AAE Studio

📋 copy color: '#834AAE'

red 131 ◦ green 74 ◦ blue 174

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

Shades of Studio #834AAE

Tints of Studio #834AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.53%

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 34.56%
G = 19.53%
B = 45.91%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#834AAE (or 0x834AAE) is known color: Studio. HEX triplet: 83, 4A and AE. RGB value is (131,74,174). Sum of RGB (Red+Green+Blue) = 131+74+174=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #834AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834AAE is #7CB551. Grayscale: #666666. Windows color (decimal): -8172882 or 11422339. OLE color: 11422339.

HSL color Cylindrical-coordinate representation of color #834AAE: hue angle of 274.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834AAE is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 74 174 -
CMYK 0.25 0.57 0 0.32
HSL 274.2º 0.4% 0.49% -
HSV(B) 274.2º 0.57% 0.68% -
XYZ 19.45 12.78 41.49 -
YUV 102.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 131 74 174 0.25 0.57 0 0.32 274.2 0.4 0.49
Hex 83 4A AE 19 39 0 20 112 28 31
Octal 203 112 256 31 71 0 40 422 50 61
Binary 10000011 1001010 10101110 11001 111001 0 100000 100010010 101000 110001

Color Harmonies of #834AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834AAE

Black with #834AAE

Text Example


Text Example

White with #834AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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