Html Css Color HEX #827388 Mamba

📋 copy color: '#827388'

red 130 ◦ green 115 ◦ blue 136

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

Shades of Mamba #827388

Tints of Mamba #827388

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.18%

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

R = 34.12%
G = 30.18%
B = 35.7%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#827388 (or 0x827388) is known color: Mamba. HEX triplet: 82, 73 and 88. RGB value is (130,115,136). Sum of RGB (Red+Green+Blue) = 130+115+136=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 136 - color contains mainly: blue. Hex color #827388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827388 is #7D8C77. Grayscale: #797979. Windows color (decimal): -8227960 or 8942466. OLE color: 8942466.

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

Color convert

RGB 130 115 136 -
CMYK 0.04 0.15 0 0.47
HSL 282.86º 0.08% 0.49% -
HSV(B) 282.86º 0.15% 0.53% -
XYZ 19.78 18.78 25.88 -
YUV 121.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 130 115 136 0.04 0.15 0 0.47 282.86 0.08 0.49
Hex 82 73 88 4 F 0 2F 11B 8 31
Octal 202 163 210 4 17 0 57 433 10 61
Binary 10000010 1110011 10001000 100 1111 0 101111 100011011 1000 110001

Color Harmonies of #827388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827388

Black with #827388

Text Example


Text Example

White with #827388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827388; }

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

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

background-color css

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

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

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

border-color css

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

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

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