Html Css Color HEX #82699A Deluge

📋 copy color: '#82699A'

red 130 ◦ green 105 ◦ blue 154

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

Shades of Deluge #82699A

Tints of Deluge #82699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 33.42%
G = 26.99%
B = 39.59%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82699A (or 0x82699A) is known color: Deluge. HEX triplet: 82, 69 and 9A. RGB value is (130,105,154). Sum of RGB (Red+Green+Blue) = 130+105+154=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #82699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82699A is #7D9665. Grayscale: #757575. Windows color (decimal): -8230502 or 10119554. OLE color: 10119554.

HSL color Cylindrical-coordinate representation of color #82699A: hue angle of 270.61º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82699A is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 105 154 -
CMYK 0.16 0.32 0 0.40
HSL 270.61º 0.2% 0.51% -
HSV(B) 270.61º 0.32% 0.6% -
XYZ 20.09 17.18 32.83 -
YUV 118.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 130 105 154 0.16 0.32 0 0.40 270.61 0.2 0.51
Hex 82 69 9A 10 20 0 28 10F 14 33
Octal 202 151 232 20 40 0 50 417 24 63
Binary 10000010 1101001 10011010 10000 100000 0 101000 100001111 10100 110011

Color Harmonies of #82699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82699A

Black with #82699A

Text Example


Text Example

White with #82699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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