Html Css Color HEX #847E98 Deluge

📋 copy color: '#847E98'

red 132 ◦ green 126 ◦ blue 152

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

Shades of Deluge #847E98

Tints of Deluge #847E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.73%

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

R = 32.2%
G = 30.73%
B = 37.07%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#847E98 (or 0x847E98) is known color: Deluge. HEX triplet: 84, 7E and 98. RGB value is (132,126,152). Sum of RGB (Red+Green+Blue) = 132+126+152=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 152 - color contains mainly: blue. Hex color #847E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847E98 is #7B8167. Grayscale: #828282. Windows color (decimal): -8094056 or 9993860. OLE color: 9993860.

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

Color convert

RGB 132 126 152 -
CMYK 0.13 0.17 0 0.40
HSL 253.85º 0.11% 0.55% -
HSV(B) 253.85º 0.17% 0.6% -
XYZ 22.64 22.09 32.78 -
YUV 130.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 132 126 152 0.13 0.17 0 0.40 253.85 0.11 0.55
Hex 84 7E 98 D 11 0 28 FE B 37
Octal 204 176 230 15 21 0 50 376 13 67
Binary 10000100 1111110 10011000 1101 10001 0 101000 11111110 1011 110111

Color Harmonies of #847E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847E98

Black with #847E98

Text Example


Text Example

White with #847E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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