Html Css Color HEX #846E98 Deluge

📋 copy color: '#846E98'

red 132 ◦ green 110 ◦ blue 152

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

Shades of Deluge #846E98

Tints of Deluge #846E98

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

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

R = 33.5%
G = 27.92%
B = 38.58%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#846E98 (or 0x846E98) is known color: Deluge. HEX triplet: 84, 6E and 98. RGB value is (132,110,152). Sum of RGB (Red+Green+Blue) = 132+110+152=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 152 - color contains mainly: blue. Hex color #846E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846E98 is #7B9167. Grayscale: #797979. Windows color (decimal): -8098152 or 9989764. OLE color: 9989764.

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

Color convert

RGB 132 110 152 -
CMYK 0.13 0.28 0 0.40
HSL 271.43º 0.17% 0.51% -
HSV(B) 271.43º 0.28% 0.6% -
XYZ 20.76 18.32 32.15 -
YUV 121.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 132 110 152 0.13 0.28 0 0.40 271.43 0.17 0.51
Hex 84 6E 98 D 1C 0 28 10F 11 33
Octal 204 156 230 15 34 0 50 417 21 63
Binary 10000100 1101110 10011000 1101 11100 0 101000 100001111 10001 110011

Color Harmonies of #846E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846E98

Black with #846E98

Text Example


Text Example

White with #846E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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