Html Css Color HEX #846FAB Deluge

📋 copy color: '#846FAB'

red 132 ◦ green 111 ◦ blue 171

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

Shades of Deluge #846FAB

Tints of Deluge #846FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 31.88%
G = 26.81%
B = 41.3%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#846FAB (or 0x846FAB) is known color: Deluge. HEX triplet: 84, 6F and AB. RGB value is (132,111,171). Sum of RGB (Red+Green+Blue) = 132+111+171=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #846FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FAB is #7B9054. Grayscale: #7B7B7B. Windows color (decimal): -8097877 or 11235204. OLE color: 11235204.

HSL color Cylindrical-coordinate representation of color #846FAB: hue angle of 261º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #846FAB is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 111 171 -
CMYK 0.23 0.35 0 0.33
HSL 261º 0.26% 0.55% -
HSV(B) 261º 0.35% 0.67% -
XYZ 22.55 19.21 41.05 -
YUV 124.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 132 111 171 0.23 0.35 0 0.33 261 0.26 0.55
Hex 84 6F AB 17 23 0 21 105 1A 37
Octal 204 157 253 27 43 0 41 405 32 67
Binary 10000100 1101111 10101011 10111 100011 0 100001 100000101 11010 110111

Color Harmonies of #846FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846FAB

Black with #846FAB

Text Example


Text Example

White with #846FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,111,171); }

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

background-color css

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

 a { background-color: rgb(132,111,171); }

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

border-color css

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

 span { border-color: rgb(132,111,171); }

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