Html Css Color HEX #847898 Deluge

📋 copy color: '#847898'

red 132 ◦ green 120 ◦ blue 152

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

Shades of Deluge #847898

Tints of Deluge #847898

RGB

 RED value IS 132 (51.95% from 255) = 32.67%

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

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

R = 32.67%
G = 29.7%
B = 37.62%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#847898 (or 0x847898) is known color: Deluge. HEX triplet: 84, 78 and 98. RGB value is (132,120,152). Sum of RGB (Red+Green+Blue) = 132+120+152=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 120 (47.27% from 255 or 29.70% 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 #847898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847898 is #7B8767. Grayscale: #7F7F7F. Windows color (decimal): -8095592 or 9992324. OLE color: 9992324.

HSL color Cylindrical-coordinate representation of color #847898: hue angle of 262.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #847898 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 120 152 -
CMYK 0.13 0.21 0 0.40
HSL 262.5º 0.13% 0.53% -
HSV(B) 262.5º 0.21% 0.6% -
XYZ 21.9 20.61 32.53 -
YUV 127.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 132 120 152 0.13 0.21 0 0.40 262.5 0.13 0.53
Hex 84 78 98 D 15 0 28 106 D 35
Octal 204 170 230 15 25 0 50 406 15 65
Binary 10000100 1111000 10011000 1101 10101 0 101000 100000110 1101 110101

Color Harmonies of #847898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847898

Black with #847898

Text Example


Text Example

White with #847898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847898; }

 p { color: rgb(132,120,152); }

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

background-color css

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

 a { background-color: rgb(132,120,152); }

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

border-color css

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

 span { border-color: rgb(132,120,152); }

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