Html Css Color HEX #82669B Deluge

📋 copy color: '#82669B'

red 130 ◦ green 102 ◦ blue 155

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

Shades of Deluge #82669B

Tints of Deluge #82669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 33.59%
G = 26.36%
B = 40.05%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82669B (or 0x82669B) is known color: Deluge. HEX triplet: 82, 66 and 9B. RGB value is (130,102,155). Sum of RGB (Red+Green+Blue) = 130+102+155=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #82669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82669B is #7D9964. Grayscale: #747474. Windows color (decimal): -8231269 or 10184322. OLE color: 10184322.

HSL color Cylindrical-coordinate representation of color #82669B: hue angle of 271.7º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82669B is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 102 155 -
CMYK 0.16 0.34 0 0.39
HSL 271.7º 0.21% 0.5% -
HSV(B) 271.7º 0.34% 0.61% -
XYZ 19.87 16.62 33.17 -
YUV 116.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 130 102 155 0.16 0.34 0 0.39 271.7 0.21 0.5
Hex 82 66 9B 10 22 0 27 110 15 32
Octal 202 146 233 20 42 0 47 420 25 62
Binary 10000010 1100110 10011011 10000 100010 0 100111 100010000 10101 110010

Color Harmonies of #82669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82669B

Black with #82669B

Text Example


Text Example

White with #82669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82669B; }

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

 H1.HeaderClassName
 {
   color: #82669B;
 }
 .AnyTagClassName
 {
   color: #82669B;
 }
</style>

background-color css

<style>
 a { background-color: #82669B; }

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

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

border-color css

<style>
 span { border-color: #82669B; }

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

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