Shades of Moody Blue #806BCA
Tints of Moody Blue #806BCA
RGB
CMYK
RGB Variations
Color information
#806BCA (or 0x806BCA) is known color: Moody Blue. HEX triplet: 80, 6B and CA. RGB value is (128,107,202). Sum of RGB (Red+Green+Blue) = 128+107+202=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #806BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BCA is #7F9435. Grayscale: #7B7B7B. Windows color (decimal): -8361014 or 13265792. OLE color: 13265792.
HSL color Cylindrical-coordinate representation of color #806BCA: hue angle of 253.26º 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 #806BCA is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 107 | 202 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.21 |
| HSL | 253.26º | 0.47% | 0.61% | - |
| HSV(B) | 253.26º | 0.47% | 0.79% | - |
| XYZ | 24.82 | 19.37 | 58.31 | - |
| YUV | 124.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 202 | 0.37 | 0.47 | 0 | 0.21 | 253.26 | 0.47 | 0.61 |
| Hex | 80 | 6B | CA | 25 | 2F | 0 | 15 | FD | 2F | 3D |
| Octal | 200 | 153 | 312 | 45 | 57 | 0 | 25 | 375 | 57 | 75 |
| Binary | 10000000 | 1101011 | 11001010 | 100101 | 101111 | 0 | 10101 | 11111101 | 101111 | 111101 |
Color Harmonies of #806BCA
Complementary color
Monochromatic Colors of #806BCA
Black with #806BCA
Text Example
Text Example
White with #806BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806BCA; }
p { color: rgb(128,107,202); }
H1.HeaderClassName
{
color: #806BCA;
}
.AnyTagClassName
{
color: #806BCA;
}
</style>
background-color css
<style>
a { background-color: #806BCA; }
a { background-color: rgb(128,107,202); }
div.DivClassName
{
background-color: #806BCA;
}
.BgClassName
{
background-color: #806BCA;
}
</style>
border-color css
<style>
span { border-color: #806BCA; }
span { border-color: rgb(128,107,202); }
td.TdClassName
{
border-color: #806BCA;
}
.TagClassName
{
border-color: #806BCA;
}
</style>