#8697B7

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

Shades of Rock Blue #8697B7

Tints of Rock Blue #8697B7

Color information

#8697B7 (or 0x8697B7) is unknown color: approx Rock Blue. HEX triplet: 86, 97 and B7. RGB value is (134,151,183). Sum of RGB (Red+Green+Blue) = 134+151+183=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #8697B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8697B7 is #796848. Grayscale: #959595. Windows color (decimal): -7956553 or 12031878. OLE color: 12031878.

HSL color Cylindrical-coordinate representation of color #8697B7: hue angle of 219.18º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8697B7 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB134151183-
CMYK0.270.1700.28
HSL219.18º25.39%62.16%-
HSV(B)219.18º26.78%71.76%-
XYZ29.4530.6249.16-
YUV149.56146.87116.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 183 (71.88% from 255) = 39.10%
R=28.63%
G=32.26%
B=39.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341511830.270.1700.28219.1825.3962.16
Hex8697B71B1101Cdb193e
Octal20622726733210343333176
Binary10000110100101111011011111011100010111001101101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8697B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8697B7; }

 p { color: rgb(134,151,183); }

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

<style>
 a { background-color: #8697B7; }

 a { background-color: rgb(134,151,183); }

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

<style>
 span { border-color: #8697B7; }

 span { border-color: rgb(134,151,183); }

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