Html Css Color HEX #846BAE Deluge

📋 copy color: '#846BAE'

red 132 ◦ green 107 ◦ blue 174

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

Shades of Deluge #846BAE

Tints of Deluge #846BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 31.96%
G = 25.91%
B = 42.13%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#846BAE (or 0x846BAE) is known color: Deluge. HEX triplet: 84, 6B and AE. RGB value is (132,107,174). Sum of RGB (Red+Green+Blue) = 132+107+174=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #846BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846BAE is #7B9451. Grayscale: #797979. Windows color (decimal): -8098898 or 11430788. OLE color: 11430788.

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

Color convert

RGB 132 107 174 -
CMYK 0.24 0.39 0 0.32
HSL 262.39º 0.29% 0.55% -
HSV(B) 262.39º 0.39% 0.68% -
XYZ 22.41 18.48 42.43 -
YUV 122.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 132 107 174 0.24 0.39 0 0.32 262.39 0.29 0.55
Hex 84 6B AE 18 27 0 20 106 1D 37
Octal 204 153 256 30 47 0 40 406 35 67
Binary 10000100 1101011 10101110 11000 100111 0 100000 100000110 11101 110111

Color Harmonies of #846BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BAE

Black with #846BAE

Text Example


Text Example

White with #846BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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