Html Css Color HEX #82699C Deluge

📋 copy color: '#82699C'

red 130 ◦ green 105 ◦ blue 156

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

Shades of Deluge #82699C

Tints of Deluge #82699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.9%

R = 33.25%
G = 26.85%
B = 39.9%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82699C (or 0x82699C) is known color: Deluge. HEX triplet: 82, 69 and 9C. RGB value is (130,105,156). Sum of RGB (Red+Green+Blue) = 130+105+156=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #82699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82699C is #7D9663. Grayscale: #767676. Windows color (decimal): -8230500 or 10250626. OLE color: 10250626.

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

Color convert

RGB 130 105 156 -
CMYK 0.17 0.33 0 0.39
HSL 269.41º 0.2% 0.51% -
HSV(B) 269.41º 0.33% 0.61% -
XYZ 20.26 17.25 33.71 -
YUV 118.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 130 105 156 0.17 0.33 0 0.39 269.41 0.2 0.51
Hex 82 69 9C 11 21 0 27 10D 14 33
Octal 202 151 234 21 41 0 47 415 24 63
Binary 10000010 1101001 10011100 10001 100001 0 100111 100001101 10100 110011

Color Harmonies of #82699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82699C

Black with #82699C

Text Example


Text Example

White with #82699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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