Shades of Rock Blue #8B9AC2
Tints of Rock Blue #8B9AC2
RGB
CMYK
RGB Variations
Color information
#8B9AC2 (or 0x8B9AC2) is known color: Rock Blue. HEX triplet: 8B, 9A and C2. RGB value is (139,154,194). Sum of RGB (Red+Green+Blue) = 139+154+194=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #8B9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9AC2 is #74653D. Grayscale: #999999. Windows color (decimal): -7628094 or 12753547. OLE color: 12753547.
HSL color Cylindrical-coordinate representation of color #8B9AC2: hue angle of 223.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B9AC2 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 139 | 154 | 194 | - |
CMYK | 0.28 | 0.21 | 0 | 0.24 |
HSL | 223.64º | 0.31% | 0.65% | - |
HSV(B) | 223.64º | 0.28% | 0.76% | - |
XYZ | 31.94 | 32.5 | 55.63 | - |
YUV | 154.08 | 150.53 | 117.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 154 | 194 | 0.28 | 0.21 | 0 | 0.24 | 223.64 | 0.31 | 0.65 |
Hex | 8B | 9A | C2 | 1C | 15 | 0 | 18 | E0 | 1F | 41 |
Octal | 213 | 232 | 302 | 34 | 25 | 0 | 30 | 340 | 37 | 101 |
Binary | 10001011 | 10011010 | 11000010 | 11100 | 10101 | 0 | 11000 | 11100000 | 11111 | 1000001 |
Color Harmonies of #8B9AC2
Complementary color
Monochromatic Colors of #8B9AC2
Black with #8B9AC2
Text Example
Text Example
White with #8B9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9AC2; }
p { color: rgb(139,154,194); }
H1.HeaderClassName
{
color: #8B9AC2;
}
.AnyTagClassName
{
color: #8B9AC2;
}
</style>
background-color css
<style>
a { background-color: #8B9AC2; }
a { background-color: rgb(139,154,194); }
div.DivClassName
{
background-color: #8B9AC2;
}
.BgClassName
{
background-color: #8B9AC2;
}
</style>
border-color css
<style>
span { border-color: #8B9AC2; }
span { border-color: rgb(139,154,194); }
td.TdClassName
{
border-color: #8B9AC2;
}
.TagClassName
{
border-color: #8B9AC2;
}
</style>