Html Css Color HEX #846BA5 Deluge

📋 copy color: '#846BA5'

red 132 ◦ green 107 ◦ blue 165

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

Shades of Deluge #846BA5

Tints of Deluge #846BA5

RGB

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

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

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

R = 32.67%
G = 26.49%
B = 40.84%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#846BA5 (or 0x846BA5) is known color: Deluge. HEX triplet: 84, 6B and A5. RGB value is (132,107,165). Sum of RGB (Red+Green+Blue) = 132+107+165=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: blue. Hex color #846BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BA5 is #7B945A. Grayscale: #787878. Windows color (decimal): -8098907 or 10840964. OLE color: 10840964.

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

Color convert

RGB 132 107 165 -
CMYK 0.20 0.35 0 0.35
HSL 265.86º 0.24% 0.53% -
HSV(B) 265.86º 0.35% 0.65% -
XYZ 21.56 18.14 37.96 -
YUV 121.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 132 107 165 0.20 0.35 0 0.35 265.86 0.24 0.53
Hex 84 6B A5 14 23 0 23 10A 18 35
Octal 204 153 245 24 43 0 43 412 30 65
Binary 10000100 1101011 10100101 10100 100011 0 100011 100001010 11000 110101

Color Harmonies of #846BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BA5

Black with #846BA5

Text Example


Text Example

White with #846BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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