Shades of Victoria #504B8C
Tints of Victoria #504B8C
RGB
CMYK
RGB Variations
Color information
#504B8C (or 0x504B8C) is known color: Victoria. HEX triplet: 50, 4B and 8C. RGB value is (80,75,140). Sum of RGB (Red+Green+Blue) = 80+75+140=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #504B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504B8C is #AFB473. Grayscale: #535353. Windows color (decimal): -11514996 or 9194320. OLE color: 9194320.
HSL color Cylindrical-coordinate representation of color #504B8C: hue angle of 244.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #504B8C is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 75 | 140 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.45 |
| HSL | 244.62º | 0.3% | 0.42% | - |
| HSV(B) | 244.62º | 0.46% | 0.55% | - |
| XYZ | 10.56 | 8.63 | 25.92 | - |
| YUV | 83.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 140 | 0.43 | 0.46 | 0 | 0.45 | 244.62 | 0.3 | 0.42 |
| Hex | 50 | 4B | 8C | 2B | 2E | 0 | 2D | F5 | 1E | 2A |
| Octal | 120 | 113 | 214 | 53 | 56 | 0 | 55 | 365 | 36 | 52 |
| Binary | 1010000 | 1001011 | 10001100 | 101011 | 101110 | 0 | 101101 | 11110101 | 11110 | 101010 |
Color Harmonies of #504B8C
Complementary color
Monochromatic Colors of #504B8C
Black with #504B8C
Text Example
Text Example
White with #504B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B8C; }
p { color: rgb(80,75,140); }
H1.HeaderClassName
{
color: #504B8C;
}
.AnyTagClassName
{
color: #504B8C;
}
</style>
background-color css
<style>
a { background-color: #504B8C; }
a { background-color: rgb(80,75,140); }
div.DivClassName
{
background-color: #504B8C;
}
.BgClassName
{
background-color: #504B8C;
}
</style>
border-color css
<style>
span { border-color: #504B8C; }
span { border-color: rgb(80,75,140); }
td.TdClassName
{
border-color: #504B8C;
}
.TagClassName
{
border-color: #504B8C;
}
</style>