Html Css Color HEX #846BB6 Deluge

📋 copy color: '#846BB6'

red 132 ◦ green 107 ◦ blue 182

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

Shades of Deluge #846BB6

Tints of Deluge #846BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.23%

R = 31.35%
G = 25.42%
B = 43.23%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#846BB6 (or 0x846BB6) is known color: Deluge. HEX triplet: 84, 6B and B6. RGB value is (132,107,182). Sum of RGB (Red+Green+Blue) = 132+107+182=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #846BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BB6 is #7B9449. Grayscale: #7A7A7A. Windows color (decimal): -8098890 or 11955076. OLE color: 11955076.

HSL color Cylindrical-coordinate representation of color #846BB6: hue angle of 260º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #846BB6 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 107 182 -
CMYK 0.27 0.41 0 0.29
HSL 260º 0.34% 0.57% -
HSV(B) 260º 0.41% 0.71% -
XYZ 23.22 18.8 46.66 -
YUV 123.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 132 107 182 0.27 0.41 0 0.29 260 0.34 0.57
Hex 84 6B B6 1B 29 0 1D 104 22 39
Octal 204 153 266 33 51 0 35 404 42 71
Binary 10000100 1101011 10110110 11011 101001 0 11101 100000100 100010 111001

Color Harmonies of #846BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BB6

Black with #846BB6

Text Example


Text Example

White with #846BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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