Html Css Color HEX #82789F Deluge

📋 copy color: '#82789F'

red 130 ◦ green 120 ◦ blue 159

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

Shades of Deluge #82789F

Tints of Deluge #82789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.34%

 BLUE value IS 159 (62.5% from 255) = 38.88%

R = 31.78%
G = 29.34%
B = 38.88%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82789F (or 0x82789F) is known color: Deluge. HEX triplet: 82, 78 and 9F. RGB value is (130,120,159). Sum of RGB (Red+Green+Blue) = 130+120+159=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #82789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82789F is #7D8760. Grayscale: #7F7F7F. Windows color (decimal): -8226657 or 10451074. OLE color: 10451074.

HSL color Cylindrical-coordinate representation of color #82789F: hue angle of 255.38º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82789F is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 120 159 -
CMYK 0.18 0.25 0 0.38
HSL 255.38º 0.17% 0.55% -
HSV(B) 255.38º 0.25% 0.62% -
XYZ 22.18 20.68 35.62 -
YUV 127.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 130 120 159 0.18 0.25 0 0.38 255.38 0.17 0.55
Hex 82 78 9F 12 19 0 26 FF 11 37
Octal 202 170 237 22 31 0 46 377 21 67
Binary 10000010 1111000 10011111 10010 11001 0 100110 11111111 10001 110111

Color Harmonies of #82789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82789F

Black with #82789F

Text Example


Text Example

White with #82789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,120,159); }

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

background-color css

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

 a { background-color: rgb(130,120,159); }

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

border-color css

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

 span { border-color: rgb(130,120,159); }

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