Html Css Color HEX #846FA5 Deluge

📋 copy color: '#846FA5'

red 132 ◦ green 111 ◦ blue 165

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

Shades of Deluge #846FA5

Tints of Deluge #846FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.44%

R = 32.35%
G = 27.21%
B = 40.44%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#846FA5 (or 0x846FA5) is known color: Deluge. HEX triplet: 84, 6F and A5. RGB value is (132,111,165). Sum of RGB (Red+Green+Blue) = 132+111+165=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 165 - color contains mainly: blue. Hex color #846FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FA5 is #7B905A. Grayscale: #7B7B7B. Windows color (decimal): -8097883 or 10841988. OLE color: 10841988.

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

Color convert

RGB 132 111 165 -
CMYK 0.20 0.33 0 0.35
HSL 263.33º 0.23% 0.54% -
HSV(B) 263.33º 0.33% 0.65% -
XYZ 21.99 18.99 38.1 -
YUV 123.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 132 111 165 0.20 0.33 0 0.35 263.33 0.23 0.54
Hex 84 6F A5 14 21 0 23 107 17 36
Octal 204 157 245 24 41 0 43 407 27 66
Binary 10000100 1101111 10100101 10100 100001 0 100011 100000111 10111 110110

Color Harmonies of #846FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846FA5

Black with #846FA5

Text Example


Text Example

White with #846FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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