Shades of Moody Blue #826BCA
Tints of Moody Blue #826BCA
RGB
CMYK
RGB Variations
Color information
#826BCA (or 0x826BCA) is known color: Moody Blue. HEX triplet: 82, 6B and CA. RGB value is (130,107,202). Sum of RGB (Red+Green+Blue) = 130+107+202=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #826BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BCA is #7D9435. Grayscale: #7C7C7C. Windows color (decimal): -8229942 or 13265794. OLE color: 13265794.
HSL color Cylindrical-coordinate representation of color #826BCA: hue angle of 254.53º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #826BCA is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 107 | 202 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.21 |
| HSL | 254.53º | 0.47% | 0.61% | - |
| HSV(B) | 254.53º | 0.47% | 0.79% | - |
| XYZ | 25.12 | 19.53 | 58.32 | - |
| YUV | 124.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 202 | 0.36 | 0.47 | 0 | 0.21 | 254.53 | 0.47 | 0.61 |
| Hex | 82 | 6B | CA | 24 | 2F | 0 | 15 | FF | 2F | 3D |
| Octal | 202 | 153 | 312 | 44 | 57 | 0 | 25 | 377 | 57 | 75 |
| Binary | 10000010 | 1101011 | 11001010 | 100100 | 101111 | 0 | 10101 | 11111111 | 101111 | 111101 |
Color Harmonies of #826BCA
Complementary color
Monochromatic Colors of #826BCA
Black with #826BCA
Text Example
Text Example
White with #826BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826BCA; }
p { color: rgb(130,107,202); }
H1.HeaderClassName
{
color: #826BCA;
}
.AnyTagClassName
{
color: #826BCA;
}
</style>
background-color css
<style>
a { background-color: #826BCA; }
a { background-color: rgb(130,107,202); }
div.DivClassName
{
background-color: #826BCA;
}
.BgClassName
{
background-color: #826BCA;
}
</style>
border-color css
<style>
span { border-color: #826BCA; }
span { border-color: rgb(130,107,202); }
td.TdClassName
{
border-color: #826BCA;
}
.TagClassName
{
border-color: #826BCA;
}
</style>