Shades of Deluge #7F69B4
Tints of Deluge #7F69B4
RGB
CMYK
RGB Variations
Color information
#7F69B4 (or 0x7F69B4) is known color: Deluge. HEX triplet: 7F, 69 and B4. RGB value is (127,105,180). Sum of RGB (Red+Green+Blue) = 127+105+180=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F69B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F69B4 is #80964B. Grayscale: #777777. Windows color (decimal): -8427084 or 11823487. OLE color: 11823487.
HSL color Cylindrical-coordinate representation of color #7F69B4: hue angle of 257.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F69B4 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 105 | 180 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.29 |
| HSL | 257.6º | 0.33% | 0.56% | - |
| HSV(B) | 257.6º | 0.42% | 0.71% | - |
| XYZ | 22.04 | 17.91 | 45.48 | - |
| YUV | 120.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 180 | 0.29 | 0.42 | 0 | 0.29 | 257.6 | 0.33 | 0.56 |
| Hex | 7F | 69 | B4 | 1D | 2A | 0 | 1D | 102 | 21 | 38 |
| Octal | 177 | 151 | 264 | 35 | 52 | 0 | 35 | 402 | 41 | 70 |
| Binary | 1111111 | 1101001 | 10110100 | 11101 | 101010 | 0 | 11101 | 100000010 | 100001 | 111000 |
Color Harmonies of #7F69B4
Complementary color
Monochromatic Colors of #7F69B4
Black with #7F69B4
Text Example
Text Example
White with #7F69B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F69B4; }
p { color: rgb(127,105,180); }
H1.HeaderClassName
{
color: #7F69B4;
}
.AnyTagClassName
{
color: #7F69B4;
}
</style>
background-color css
<style>
a { background-color: #7F69B4; }
a { background-color: rgb(127,105,180); }
div.DivClassName
{
background-color: #7F69B4;
}
.BgClassName
{
background-color: #7F69B4;
}
</style>
border-color css
<style>
span { border-color: #7F69B4; }
span { border-color: rgb(127,105,180); }
td.TdClassName
{
border-color: #7F69B4;
}
.TagClassName
{
border-color: #7F69B4;
}
</style>