Html Css Color HEX #834CAE Studio

📋 copy color: '#834CAE'

red 131 ◦ green 76 ◦ blue 174

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

Shades of Studio #834CAE

Tints of Studio #834CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

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

R = 34.38%
G = 19.95%
B = 45.67%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#834CAE (or 0x834CAE) is known color: Studio. HEX triplet: 83, 4C and AE. RGB value is (131,76,174). Sum of RGB (Red+Green+Blue) = 131+76+174=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #834CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834CAE is #7CB351. Grayscale: #676767. Windows color (decimal): -8172370 or 11422851. OLE color: 11422851.

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

Color convert

RGB 131 76 174 -
CMYK 0.25 0.56 0 0.32
HSL 273.67º 0.39% 0.49% -
HSV(B) 273.67º 0.56% 0.68% -
XYZ 19.58 13.05 41.53 -
YUV 103.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 131 76 174 0.25 0.56 0 0.32 273.67 0.39 0.49
Hex 83 4C AE 19 38 0 20 112 27 31
Octal 203 114 256 31 70 0 40 422 47 61
Binary 10000011 1001100 10101110 11001 111000 0 100000 100010010 100111 110001

Color Harmonies of #834CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CAE

Black with #834CAE

Text Example


Text Example

White with #834CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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