Html Css Color HEX #82779F Deluge

📋 copy color: '#82779F'

red 130 ◦ green 119 ◦ blue 159

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

Shades of Deluge #82779F

Tints of Deluge #82779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

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

R = 31.86%
G = 29.17%
B = 38.97%

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

#82779F (or 0x82779F) is known color: Deluge. HEX triplet: 82, 77 and 9F. RGB value is (130,119,159). Sum of RGB (Red+Green+Blue) = 130+119+159=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #82779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82779F is #7D8860. Grayscale: #7E7E7E. Windows color (decimal): -8226913 or 10450818. OLE color: 10450818.

HSL color Cylindrical-coordinate representation of color #82779F: hue angle of 256.5º 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 #82779F is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 119 159 -
CMYK 0.18 0.25 0 0.38
HSL 256.5º 0.17% 0.55% -
HSV(B) 256.5º 0.25% 0.62% -
XYZ 22.06 20.44 35.58 -
YUV 126.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 130 119 159 0.18 0.25 0 0.38 256.5 0.17 0.55
Hex 82 77 9F 12 19 0 26 100 11 37
Octal 202 167 237 22 31 0 46 400 21 67
Binary 10000010 1110111 10011111 10010 11001 0 100110 100000000 10001 110111

Color Harmonies of #82779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82779F

Black with #82779F

Text Example


Text Example

White with #82779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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