Html Css Color HEX #82699D Deluge

📋 copy color: '#82699D'

red 130 ◦ green 105 ◦ blue 157

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

Shades of Deluge #82699D

Tints of Deluge #82699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 33.16%
G = 26.79%
B = 40.05%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82699D (or 0x82699D) is known color: Deluge. HEX triplet: 82, 69 and 9D. RGB value is (130,105,157). Sum of RGB (Red+Green+Blue) = 130+105+157=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 157 - color contains mainly: blue. Hex color #82699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82699D is #7D9662. Grayscale: #767676. Windows color (decimal): -8230499 or 10316162. OLE color: 10316162.

HSL color Cylindrical-coordinate representation of color #82699D: hue angle of 268.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82699D is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 105 157 -
CMYK 0.17 0.33 0 0.38
HSL 268.85º 0.21% 0.51% -
HSV(B) 268.85º 0.33% 0.62% -
XYZ 20.34 17.28 34.16 -
YUV 118.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 130 105 157 0.17 0.33 0 0.38 268.85 0.21 0.51
Hex 82 69 9D 11 21 0 26 10D 15 33
Octal 202 151 235 21 41 0 46 415 25 63
Binary 10000010 1101001 10011101 10001 100001 0 100110 100001101 10101 110011

Color Harmonies of #82699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82699D

Black with #82699D

Text Example


Text Example

White with #82699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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