Html Css Color HEX #827A98 Deluge

📋 copy color: '#827A98'

red 130 ◦ green 122 ◦ blue 152

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

Shades of Deluge #827A98

Tints of Deluge #827A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.2%

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 32.18%
G = 30.2%
B = 37.62%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#827A98 (or 0x827A98) is known color: Deluge. HEX triplet: 82, 7A and 98. RGB value is (130,122,152). Sum of RGB (Red+Green+Blue) = 130+122+152=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #827A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A98 is #7D8567. Grayscale: #7F7F7F. Windows color (decimal): -8226152 or 9992834. OLE color: 9992834.

HSL color Cylindrical-coordinate representation of color #827A98: hue angle of 256º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827A98 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 122 152 -
CMYK 0.14 0.20 0 0.40
HSL 256º 0.13% 0.54% -
HSV(B) 256º 0.2% 0.6% -
XYZ 21.83 20.93 32.6 -
YUV 127.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 130 122 152 0.14 0.20 0 0.40 256 0.13 0.54
Hex 82 7A 98 E 14 0 28 100 D 36
Octal 202 172 230 16 24 0 50 400 15 66
Binary 10000010 1111010 10011000 1110 10100 0 101000 100000000 1101 110110

Color Harmonies of #827A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A98

Black with #827A98

Text Example


Text Example

White with #827A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A98; }

 p { color: rgb(130,122,152); }

 H1.HeaderClassName
 {
   color: #827A98;
 }
 .AnyTagClassName
 {
   color: #827A98;
 }
</style>

background-color css

<style>
 a { background-color: #827A98; }

 a { background-color: rgb(130,122,152); }

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

border-color css

<style>
 span { border-color: #827A98; }

 span { border-color: rgb(130,122,152); }

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