Html Css Color HEX #827088 Mamba

📋 copy color: '#827088'

red 130 ◦ green 112 ◦ blue 136

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

Shades of Mamba #827088

Tints of Mamba #827088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 136 (53.52% from 255) = 35.98%

R = 34.39%
G = 29.63%
B = 35.98%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#827088 (or 0x827088) is known color: Mamba. HEX triplet: 82, 70 and 88. RGB value is (130,112,136). Sum of RGB (Red+Green+Blue) = 130+112+136=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 136 - color contains mainly: blue. Hex color #827088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827088 is #7D8F77. Grayscale: #787878. Windows color (decimal): -8228728 or 8941698. OLE color: 8941698.

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

Color convert

RGB 130 112 136 -
CMYK 0.04 0.18 0 0.47
HSL 285º 0.1% 0.49% -
HSV(B) 285º 0.18% 0.53% -
XYZ 19.44 18.11 25.76 -
YUV 120.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 130 112 136 0.04 0.18 0 0.47 285 0.1 0.49
Hex 82 70 88 4 12 0 2F 11D A 31
Octal 202 160 210 4 22 0 57 435 12 61
Binary 10000010 1110000 10001000 100 10010 0 101111 100011101 1010 110001

Color Harmonies of #827088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827088

Black with #827088

Text Example


Text Example

White with #827088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827088; }

 p { color: rgb(130,112,136); }

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

background-color css

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

 a { background-color: rgb(130,112,136); }

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

border-color css

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

 span { border-color: rgb(130,112,136); }

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