Shades of Deluge #8475B4
Tints of Deluge #8475B4
RGB
CMYK
RGB Variations
Color information
#8475B4 (or 0x8475B4) is known color: Deluge. HEX triplet: 84, 75 and B4. RGB value is (132,117,180). Sum of RGB (Red+Green+Blue) = 132+117+180=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #8475B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475B4 is #7B8A4B. Grayscale: #808080. Windows color (decimal): -8096332 or 11826564. OLE color: 11826564.
HSL color Cylindrical-coordinate representation of color #8475B4: hue angle of 254.29º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8475B4 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 117 | 180 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.29 |
| HSL | 254.29º | 0.3% | 0.58% | - |
| HSV(B) | 254.29º | 0.35% | 0.71% | - |
| XYZ | 24.12 | 20.92 | 45.95 | - |
| YUV | 128.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 180 | 0.27 | 0.35 | 0 | 0.29 | 254.29 | 0.3 | 0.58 |
| Hex | 84 | 75 | B4 | 1B | 23 | 0 | 1D | FE | 1E | 3A |
| Octal | 204 | 165 | 264 | 33 | 43 | 0 | 35 | 376 | 36 | 72 |
| Binary | 10000100 | 1110101 | 10110100 | 11011 | 100011 | 0 | 11101 | 11111110 | 11110 | 111010 |
Color Harmonies of #8475B4
Complementary color
Monochromatic Colors of #8475B4
Black with #8475B4
Text Example
Text Example
White with #8475B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8475B4; }
p { color: rgb(132,117,180); }
H1.HeaderClassName
{
color: #8475B4;
}
.AnyTagClassName
{
color: #8475B4;
}
</style>
background-color css
<style>
a { background-color: #8475B4; }
a { background-color: rgb(132,117,180); }
div.DivClassName
{
background-color: #8475B4;
}
.BgClassName
{
background-color: #8475B4;
}
</style>
border-color css
<style>
span { border-color: #8475B4; }
span { border-color: rgb(132,117,180); }
td.TdClassName
{
border-color: #8475B4;
}
.TagClassName
{
border-color: #8475B4;
}
</style>