Html Css Color HEX #834EB4 Studio

📋 copy color: '#834EB4'

red 131 ◦ green 78 ◦ blue 180

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

Shades of Studio #834EB4

Tints of Studio #834EB4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.05%

 BLUE value IS 180 (70.7% from 255) = 46.27%

R = 33.68%
G = 20.05%
B = 46.27%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#834EB4 (or 0x834EB4) is known color: Studio. HEX triplet: 83, 4E and B4. RGB value is (131,78,180). Sum of RGB (Red+Green+Blue) = 131+78+180=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #834EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EB4 is #7CB14B. Grayscale: #696969. Windows color (decimal): -8171852 or 11816579. OLE color: 11816579.

HSL color Cylindrical-coordinate representation of color #834EB4: hue angle of 271.18º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834EB4 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 78 180 -
CMYK 0.27 0.57 0 0.29
HSL 271.18º 0.4% 0.51% -
HSV(B) 271.18º 0.57% 0.71% -
XYZ 20.32 13.57 44.73 -
YUV 105.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 131 78 180 0.27 0.57 0 0.29 271.18 0.4 0.51
Hex 83 4E B4 1B 39 0 1D 10F 28 33
Octal 203 116 264 33 71 0 35 417 50 63
Binary 10000011 1001110 10110100 11011 111001 0 11101 100001111 101000 110011

Color Harmonies of #834EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EB4

Black with #834EB4

Text Example


Text Example

White with #834EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,78,180); }

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

background-color css

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

 a { background-color: rgb(131,78,180); }

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

border-color css

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

 span { border-color: rgb(131,78,180); }

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