Html Css Color HEX #834BA7 Studio

📋 copy color: '#834BA7'

red 131 ◦ green 75 ◦ blue 167

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

Shades of Studio #834BA7

Tints of Studio #834BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.77%

R = 35.12%
G = 20.11%
B = 44.77%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#834BA7 (or 0x834BA7) is known color: Studio. HEX triplet: 83, 4B and A7. RGB value is (131,75,167). Sum of RGB (Red+Green+Blue) = 131+75+167=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 167 - color contains mainly: blue. Hex color #834BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834BA7 is #7CB458. Grayscale: #656565. Windows color (decimal): -8172633 or 10963843. OLE color: 10963843.

HSL color Cylindrical-coordinate representation of color #834BA7: hue angle of 276.52º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834BA7 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 75 167 -
CMYK 0.22 0.55 0 0.35
HSL 276.52º 0.38% 0.47% -
HSV(B) 276.52º 0.55% 0.65% -
XYZ 18.85 12.65 38.01 -
YUV 102.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 131 75 167 0.22 0.55 0 0.35 276.52 0.38 0.47
Hex 83 4B A7 16 37 0 23 115 26 2F
Octal 203 113 247 26 67 0 43 425 46 57
Binary 10000011 1001011 10100111 10110 110111 0 100011 100010101 100110 101111

Color Harmonies of #834BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834BA7

Black with #834BA7

Text Example


Text Example

White with #834BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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