Html Css Color HEX #846FA4 Deluge

📋 copy color: '#846FA4'

red 132 ◦ green 111 ◦ blue 164

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

Shades of Deluge #846FA4

Tints of Deluge #846FA4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.27%

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 32.43%
G = 27.27%
B = 40.29%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#846FA4 (or 0x846FA4) is known color: Deluge. HEX triplet: 84, 6F and A4. RGB value is (132,111,164). Sum of RGB (Red+Green+Blue) = 132+111+164=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #846FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FA4 is #7B905B. Grayscale: #7B7B7B. Windows color (decimal): -8097884 or 10776452. OLE color: 10776452.

HSL color Cylindrical-coordinate representation of color #846FA4: hue angle of 263.77º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #846FA4 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 111 164 -
CMYK 0.20 0.32 0 0.36
HSL 263.77º 0.23% 0.54% -
HSV(B) 263.77º 0.32% 0.64% -
XYZ 21.9 18.95 37.63 -
YUV 123.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 132 111 164 0.20 0.32 0 0.36 263.77 0.23 0.54
Hex 84 6F A4 14 20 0 24 108 17 36
Octal 204 157 244 24 40 0 44 410 27 66
Binary 10000100 1101111 10100100 10100 100000 0 100100 100001000 10111 110110

Color Harmonies of #846FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846FA4

Black with #846FA4

Text Example


Text Example

White with #846FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,111,164); }

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

background-color css

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

 a { background-color: rgb(132,111,164); }

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

border-color css

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

 span { border-color: rgb(132,111,164); }

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