#846FB0

Color #846FB0 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #846FB0

Tints of Deluge #846FB0

Color information

#846FB0 (or 0x846FB0) is unknown color: approx Deluge. HEX triplet: 84, 6F and B0. RGB value is (132,111,176). Sum of RGB (Red+Green+Blue) = 132+111+176=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 176 - color contains mainly: blue. Hex color #846FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846FB0 is #7B904F. Grayscale: #7C7C7C. Windows color (decimal): -8097872 or 11562884. OLE color: 11562884.

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

Color convert

RGB132111176-
CMYK0.250.3700.31
HSL259.38º29.15%56.27%-
HSV(B)259.38º36.93%69.02%-
XYZ23.0419.4143.61-
YUV124.69156.96133.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.50%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 176 (69.14% from 255) = 42.00%
R=31.50%
G=26.49%
B=42.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321111760.250.3700.31259.3829.1556.27
Hex846FB0192501F1031d38
Octal20415726031450374033570
Binary100001001101111101100001100110010101111110000001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #846FB0;
 }
 .AnyTagClassName
 {
   color: #846FB0;
 }
</style>
background-color css

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

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

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

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

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

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