#8799BA

Color #8799BA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8799BA

Tints of Rock Blue #8799BA

Color information

#8799BA (or 0x8799BA) is unknown color: approx Rock Blue. HEX triplet: 87, 99 and BA. RGB value is (135,153,186). Sum of RGB (Red+Green+Blue) = 135+153+186=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #8799BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799BA is #786645. Grayscale: #979797. Windows color (decimal): -7890502 or 12228999. OLE color: 12228999.

HSL color Cylindrical-coordinate representation of color #8799BA: hue angle of 218.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8799BA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135153186-
CMYK0.270.1800.27
HSL218.82º26.98%62.94%-
HSV(B)218.82º27.42%72.94%-
XYZ30.2531.4850.94-
YUV151.38147.54116.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 28.48%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=28.48%
G=32.28%
B=39.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351531860.270.1800.27218.8226.9862.94
Hex8799BA1B1201Bdb1b3f
Octal20723127233220333333377
Binary10000111100110011011101011011100100110111101101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8799BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8799BA; }

 p { color: rgb(135,153,186); }

 H1.HeaderClassName
 {
   color: #8799BA;
 }
 .AnyTagClassName
 {
   color: #8799BA;
 }
</style>
background-color css

<style>
 a { background-color: #8799BA; }

 a { background-color: rgb(135,153,186); }

 div.DivClassName
 {
   background-color: #8799BA;
 }
 .BgClassName
 {
   background-color: #8799BA;
 }
</style>
border-color css

<style>
 span { border-color: #8799BA; }

 span { border-color: rgb(135,153,186); }

 td.TdClassName
 {
   border-color: #8799BA;
 }
 .TagClassName
 {
   border-color: #8799BA;
 }
</style>