Shades of Rock Blue #8B9AC4
Tints of Rock Blue #8B9AC4
RGB
CMYK
RGB Variations
Color information
#8B9AC4 (or 0x8B9AC4) is known color: Rock Blue. HEX triplet: 8B, 9A and C4. RGB value is (139,154,196). Sum of RGB (Red+Green+Blue) = 139+154+196=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 196 - color contains mainly: blue. Hex color #8B9AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9AC4 is #74653B. Grayscale: #9A9A9A. Windows color (decimal): -7628092 or 12884619. OLE color: 12884619.
HSL color Cylindrical-coordinate representation of color #8B9AC4: hue angle of 224.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B9AC4 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 154 | 196 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.23 |
| HSL | 224.21º | 0.33% | 0.66% | - |
| HSV(B) | 224.21º | 0.29% | 0.77% | - |
| XYZ | 32.17 | 32.59 | 56.82 | - |
| YUV | 154.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 196 | 0.29 | 0.21 | 0 | 0.23 | 224.21 | 0.33 | 0.66 |
| Hex | 8B | 9A | C4 | 1D | 15 | 0 | 17 | E0 | 21 | 42 |
| Octal | 213 | 232 | 304 | 35 | 25 | 0 | 27 | 340 | 41 | 102 |
| Binary | 10001011 | 10011010 | 11000100 | 11101 | 10101 | 0 | 10111 | 11100000 | 100001 | 1000010 |
Color Harmonies of #8B9AC4
Complementary color
Monochromatic Colors of #8B9AC4
Black with #8B9AC4
Text Example
Text Example
White with #8B9AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9AC4; }
p { color: rgb(139,154,196); }
H1.HeaderClassName
{
color: #8B9AC4;
}
.AnyTagClassName
{
color: #8B9AC4;
}
</style>
background-color css
<style>
a { background-color: #8B9AC4; }
a { background-color: rgb(139,154,196); }
div.DivClassName
{
background-color: #8B9AC4;
}
.BgClassName
{
background-color: #8B9AC4;
}
</style>
border-color css
<style>
span { border-color: #8B9AC4; }
span { border-color: rgb(139,154,196); }
td.TdClassName
{
border-color: #8B9AC4;
}
.TagClassName
{
border-color: #8B9AC4;
}
</style>