Html Css Color HEX #827189 Mamba

📋 copy color: '#827189'

red 130 ◦ green 113 ◦ blue 137

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

Shades of Mamba #827189

Tints of Mamba #827189

RGB

 RED value IS 130 (51.17% from 255) = 34.21%

 GREEN value IS 113 (44.53% from 255) = 29.74%

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 34.21%
G = 29.74%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#827189 (or 0x827189) is known color: Mamba. HEX triplet: 82, 71 and 89. RGB value is (130,113,137). Sum of RGB (Red+Green+Blue) = 130+113+137=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #827189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827189 is #7D8E76. Grayscale: #787878. Windows color (decimal): -8228471 or 9007490. OLE color: 9007490.

HSL color Cylindrical-coordinate representation of color #827189: hue angle of 282.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #827189 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 113 137 -
CMYK 0.05 0.18 0 0.46
HSL 282.5º 0.1% 0.49% -
HSV(B) 282.5º 0.18% 0.54% -
XYZ 19.63 18.36 26.18 -
YUV 120.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 130 113 137 0.05 0.18 0 0.46 282.5 0.1 0.49
Hex 82 71 89 5 12 0 2E 11A A 31
Octal 202 161 211 5 22 0 56 432 12 61
Binary 10000010 1110001 10001001 101 10010 0 101110 100011010 1010 110001

Color Harmonies of #827189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827189

Black with #827189

Text Example


Text Example

White with #827189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827189; }

 p { color: rgb(130,113,137); }

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

background-color css

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

 a { background-color: rgb(130,113,137); }

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

border-color css

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

 span { border-color: rgb(130,113,137); }

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