Html Css Color HEX #847098 Deluge

📋 copy color: '#847098'

red 132 ◦ green 112 ◦ blue 152

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

Shades of Deluge #847098

Tints of Deluge #847098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 33.33%
G = 28.28%
B = 38.38%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#847098 (or 0x847098) is known color: Deluge. HEX triplet: 84, 70 and 98. RGB value is (132,112,152). Sum of RGB (Red+Green+Blue) = 132+112+152=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #847098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847098 is #7B8F67. Grayscale: #7A7A7A. Windows color (decimal): -8097640 or 9990276. OLE color: 9990276.

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

Color convert

RGB 132 112 152 -
CMYK 0.13 0.26 0 0.40
HSL 270º 0.16% 0.52% -
HSV(B) 270º 0.26% 0.6% -
XYZ 20.98 18.76 32.22 -
YUV 122.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 132 112 152 0.13 0.26 0 0.40 270 0.16 0.52
Hex 84 70 98 D 1A 0 28 10E 10 34
Octal 204 160 230 15 32 0 50 416 20 64
Binary 10000100 1110000 10011000 1101 11010 0 101000 100001110 10000 110100

Color Harmonies of #847098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847098

Black with #847098

Text Example


Text Example

White with #847098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847098; }

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

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

background-color css

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

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

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

border-color css

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

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

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