Html Css Color HEX #82698F Mamba

📋 copy color: '#82698F'

red 130 ◦ green 105 ◦ blue 143

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

Shades of Mamba #82698F

Tints of Mamba #82698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 34.39%
G = 27.78%
B = 37.83%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82698F (or 0x82698F) is known color: Mamba. HEX triplet: 82, 69 and 8F. RGB value is (130,105,143). Sum of RGB (Red+Green+Blue) = 130+105+143=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 143 - color contains mainly: blue. Hex color #82698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82698F is #7D9670. Grayscale: #747474. Windows color (decimal): -8230513 or 9398658. OLE color: 9398658.

HSL color Cylindrical-coordinate representation of color #82698F: hue angle of 279.47º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82698F is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 105 143 -
CMYK 0.09 0.27 0 0.44
HSL 279.47º 0.15% 0.49% -
HSV(B) 279.47º 0.27% 0.56% -
XYZ 19.22 16.83 28.22 -
YUV 116.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 130 105 143 0.09 0.27 0 0.44 279.47 0.15 0.49
Hex 82 69 8F 9 1B 0 2C 117 F 31
Octal 202 151 217 11 33 0 54 427 17 61
Binary 10000010 1101001 10001111 1001 11011 0 101100 100010111 1111 110001

Color Harmonies of #82698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82698F

Black with #82698F

Text Example


Text Example

White with #82698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82698F; }

 p { color: rgb(130,105,143); }

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

background-color css

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

 a { background-color: rgb(130,105,143); }

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

border-color css

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

 span { border-color: rgb(130,105,143); }

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