Html Css Color HEX #834BA9 Studio

📋 copy color: '#834BA9'

red 131 ◦ green 75 ◦ blue 169

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

Shades of Studio #834BA9

Tints of Studio #834BA9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

 BLUE value IS 169 (66.41% from 255) = 45.07%

R = 34.93%
G = 20%
B = 45.07%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#834BA9 (or 0x834BA9) is known color: Studio. HEX triplet: 83, 4B and A9. RGB value is (131,75,169). Sum of RGB (Red+Green+Blue) = 131+75+169=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #834BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834BA9 is #7CB456. Grayscale: #666666. Windows color (decimal): -8172631 or 11094915. OLE color: 11094915.

HSL color Cylindrical-coordinate representation of color #834BA9: hue angle of 275.74º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #834BA9 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 75 169 -
CMYK 0.22 0.56 0 0.34
HSL 275.74º 0.39% 0.48% -
HSV(B) 275.74º 0.56% 0.66% -
XYZ 19.04 12.72 38.99 -
YUV 102.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 131 75 169 0.22 0.56 0 0.34 275.74 0.39 0.48
Hex 83 4B A9 16 38 0 22 114 27 30
Octal 203 113 251 26 70 0 42 424 47 60
Binary 10000011 1001011 10101001 10110 111000 0 100010 100010100 100111 110000

Color Harmonies of #834BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834BA9

Black with #834BA9

Text Example


Text Example

White with #834BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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