Html Css Color HEX #846B9E Deluge

📋 copy color: '#846B9E'

red 132 ◦ green 107 ◦ blue 158

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

Shades of Deluge #846B9E

Tints of Deluge #846B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 33.25%
G = 26.95%
B = 39.8%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#846B9E (or 0x846B9E) is known color: Deluge. HEX triplet: 84, 6B and 9E. RGB value is (132,107,158). Sum of RGB (Red+Green+Blue) = 132+107+158=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #846B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B9E is #7B9461. Grayscale: #787878. Windows color (decimal): -8098914 or 10382212. OLE color: 10382212.

HSL color Cylindrical-coordinate representation of color #846B9E: hue angle of 269.41º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #846B9E is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 107 158 -
CMYK 0.16 0.32 0 0.38
HSL 269.41º 0.21% 0.52% -
HSV(B) 269.41º 0.32% 0.62% -
XYZ 20.94 17.89 34.7 -
YUV 120.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 132 107 158 0.16 0.32 0 0.38 269.41 0.21 0.52
Hex 84 6B 9E 10 20 0 26 10D 15 34
Octal 204 153 236 20 40 0 46 415 25 64
Binary 10000100 1101011 10011110 10000 100000 0 100110 100001101 10101 110100

Color Harmonies of #846B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846B9E

Black with #846B9E

Text Example


Text Example

White with #846B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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