Html Css Color HEX #846BA7 Deluge

📋 copy color: '#846BA7'

red 132 ◦ green 107 ◦ blue 167

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

Shades of Deluge #846BA7

Tints of Deluge #846BA7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 167 (65.63% from 255) = 41.13%

R = 32.51%
G = 26.35%
B = 41.13%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#846BA7 (or 0x846BA7) is known color: Deluge. HEX triplet: 84, 6B and A7. RGB value is (132,107,167). Sum of RGB (Red+Green+Blue) = 132+107+167=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 167 - color contains mainly: blue. Hex color #846BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BA7 is #7B9458. Grayscale: #797979. Windows color (decimal): -8098905 or 10972036. OLE color: 10972036.

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

Color convert

RGB 132 107 167 -
CMYK 0.21 0.36 0 0.35
HSL 265º 0.25% 0.54% -
HSV(B) 265º 0.36% 0.65% -
XYZ 21.75 18.21 38.93 -
YUV 121.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 132 107 167 0.21 0.36 0 0.35 265 0.25 0.54
Hex 84 6B A7 15 24 0 23 109 19 36
Octal 204 153 247 25 44 0 43 411 31 66
Binary 10000100 1101011 10100111 10101 100100 0 100011 100001001 11001 110110

Color Harmonies of #846BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BA7

Black with #846BA7

Text Example


Text Example

White with #846BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,107,167); }

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

background-color css

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

 a { background-color: rgb(132,107,167); }

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

border-color css

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

 span { border-color: rgb(132,107,167); }

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