Html Css Color HEX #834BA5 Studio

📋 copy color: '#834BA5'

red 131 ◦ green 75 ◦ blue 165

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

Shades of Studio #834BA5

Tints of Studio #834BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.47%

R = 35.31%
G = 20.22%
B = 44.47%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#834BA5 (or 0x834BA5) is known color: Studio. HEX triplet: 83, 4B and A5. RGB value is (131,75,165). Sum of RGB (Red+Green+Blue) = 131+75+165=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #834BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834BA5 is #7CB45A. Grayscale: #656565. Windows color (decimal): -8172635 or 10832771. OLE color: 10832771.

HSL color Cylindrical-coordinate representation of color #834BA5: hue angle of 277.33º 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 #834BA5 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 75 165 -
CMYK 0.21 0.55 0 0.35
HSL 277.33º 0.38% 0.47% -
HSV(B) 277.33º 0.55% 0.65% -
XYZ 18.67 12.57 37.04 -
YUV 102 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 131 75 165 0.21 0.55 0 0.35 277.33 0.38 0.47
Hex 83 4B A5 15 37 0 23 115 26 2F
Octal 203 113 245 25 67 0 43 425 46 57
Binary 10000011 1001011 10100101 10101 110111 0 100011 100010101 100110 101111

Color Harmonies of #834BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834BA5

Black with #834BA5

Text Example


Text Example

White with #834BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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