Html Css Color HEX #834CB0 Studio

📋 copy color: '#834CB0'

red 131 ◦ green 76 ◦ blue 176

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

Shades of Studio #834CB0

Tints of Studio #834CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 34.2%
G = 19.84%
B = 45.95%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#834CB0 (or 0x834CB0) is known color: Studio. HEX triplet: 83, 4C and B0. RGB value is (131,76,176). Sum of RGB (Red+Green+Blue) = 131+76+176=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #834CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834CB0 is #7CB34F. Grayscale: #676767. Windows color (decimal): -8172368 or 11553923. OLE color: 11553923.

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

Color convert

RGB 131 76 176 -
CMYK 0.26 0.57 0 0.31
HSL 273º 0.4% 0.49% -
HSV(B) 273º 0.57% 0.69% -
XYZ 19.78 13.13 42.57 -
YUV 103.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 131 76 176 0.26 0.57 0 0.31 273 0.4 0.49
Hex 83 4C B0 1A 39 0 1F 111 28 31
Octal 203 114 260 32 71 0 37 421 50 61
Binary 10000011 1001100 10110000 11010 111001 0 11111 100010001 101000 110001

Color Harmonies of #834CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CB0

Black with #834CB0

Text Example


Text Example

White with #834CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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