Html Css Color HEX #82668C Mamba

📋 copy color: '#82668C'

red 130 ◦ green 102 ◦ blue 140

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

Shades of Mamba #82668C

Tints of Mamba #82668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 34.95%
G = 27.42%
B = 37.63%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82668C (or 0x82668C) is known color: Mamba. HEX triplet: 82, 66 and 8C. RGB value is (130,102,140). Sum of RGB (Red+Green+Blue) = 130+102+140=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 140 - color contains mainly: blue. Hex color #82668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82668C is #7D9973. Grayscale: #727272. Windows color (decimal): -8231284 or 9201282. OLE color: 9201282.

HSL color Cylindrical-coordinate representation of color #82668C: hue angle of 284.21º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82668C is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 102 140 -
CMYK 0.07 0.27 0 0.45
HSL 284.21º 0.16% 0.47% -
HSV(B) 284.21º 0.27% 0.55% -
XYZ 18.69 16.14 26.94 -
YUV 114.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 130 102 140 0.07 0.27 0 0.45 284.21 0.16 0.47
Hex 82 66 8C 7 1B 0 2D 11C 10 2F
Octal 202 146 214 7 33 0 55 434 20 57
Binary 10000010 1100110 10001100 111 11011 0 101101 100011100 10000 101111

Color Harmonies of #82668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82668C

Black with #82668C

Text Example


Text Example

White with #82668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82668C; }

 p { color: rgb(130,102,140); }

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

background-color css

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

 a { background-color: rgb(130,102,140); }

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

border-color css

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

 span { border-color: rgb(130,102,140); }

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