Html Css Color HEX #846DAF Deluge

📋 copy color: '#846DAF'

red 132 ◦ green 109 ◦ blue 175

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

Shades of Deluge #846DAF

Tints of Deluge #846DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.2%

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 31.73%
G = 26.2%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#846DAF (or 0x846DAF) is known color: Deluge. HEX triplet: 84, 6D and AF. RGB value is (132,109,175). Sum of RGB (Red+Green+Blue) = 132+109+175=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #846DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846DAF is #7B9250. Grayscale: #7B7B7B. Windows color (decimal): -8098385 or 11496836. OLE color: 11496836.

HSL color Cylindrical-coordinate representation of color #846DAF: hue angle of 260.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #846DAF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 109 175 -
CMYK 0.25 0.38 0 0.31
HSL 260.91º 0.29% 0.56% -
HSV(B) 260.91º 0.38% 0.69% -
XYZ 22.72 18.94 43.02 -
YUV 123.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 132 109 175 0.25 0.38 0 0.31 260.91 0.29 0.56
Hex 84 6D AF 19 26 0 1F 105 1D 38
Octal 204 155 257 31 46 0 37 405 35 70
Binary 10000100 1101101 10101111 11001 100110 0 11111 100000101 11101 111000

Color Harmonies of #846DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846DAF

Black with #846DAF

Text Example


Text Example

White with #846DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,109,175); }

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

background-color css

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

 a { background-color: rgb(132,109,175); }

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

border-color css

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

 span { border-color: rgb(132,109,175); }

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