Html Css Color HEX #846FAD Deluge

📋 copy color: '#846FAD'

red 132 ◦ green 111 ◦ blue 173

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

Shades of Deluge #846FAD

Tints of Deluge #846FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 31.73%
G = 26.68%
B = 41.59%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#846FAD (or 0x846FAD) is known color: Deluge. HEX triplet: 84, 6F and AD. RGB value is (132,111,173). Sum of RGB (Red+Green+Blue) = 132+111+173=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #846FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FAD is #7B9052. Grayscale: #7C7C7C. Windows color (decimal): -8097875 or 11366276. OLE color: 11366276.

HSL color Cylindrical-coordinate representation of color #846FAD: hue angle of 260.32º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #846FAD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 111 173 -
CMYK 0.24 0.36 0 0.32
HSL 260.32º 0.27% 0.56% -
HSV(B) 260.32º 0.36% 0.68% -
XYZ 22.74 19.29 42.06 -
YUV 124.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 132 111 173 0.24 0.36 0 0.32 260.32 0.27 0.56
Hex 84 6F AD 18 24 0 20 104 1B 38
Octal 204 157 255 30 44 0 40 404 33 70
Binary 10000100 1101111 10101101 11000 100100 0 100000 100000100 11011 111000

Color Harmonies of #846FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846FAD

Black with #846FAD

Text Example


Text Example

White with #846FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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